#C47D58

Color #C47D58 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C47D58

Tints of Burning Sand #C47D58

Color information

#C47D58 (or 0xC47D58) is unknown color: approx Burning Sand. HEX triplet: C4, 7D and 58. RGB value is (196,125,88). Sum of RGB (Red+Green+Blue) = 196+125+88=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D58 is #3B82A7. Grayscale: #8E8E8E. Windows color (decimal): -3900072 or 5799364. OLE color: 5799364.

HSL color Cylindrical-coordinate representation of color #C47D58: hue angle of 20.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C47D58 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19612588-
CMYK00.360.550.23
HSL20.56º47.79%55.69%-
HSV(B)20.56º55.1%76.86%-
XYZ31.8627.1112.79-
YUV142.0197.52166.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 47.92%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 88 (34.77% from 255) = 21.52%
R=47.92%
G=30.56%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961258800.360.550.2320.5647.7955.69
HexC47D580243717153038
Octal3041751300446727256070
Binary110001001111101101100001001001101111011110101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D58; }

 p { color: rgb(196,125,88); }

 H1.HeaderClassName
 {
   color: #C47D58;
 }
 .AnyTagClassName
 {
   color: #C47D58;
 }
</style>
background-color css

<style>
 a { background-color: #C47D58; }

 a { background-color: rgb(196,125,88); }

 div.DivClassName
 {
   background-color: #C47D58;
 }
 .BgClassName
 {
   background-color: #C47D58;
 }
</style>
border-color css

<style>
 span { border-color: #C47D58; }

 span { border-color: rgb(196,125,88); }

 td.TdClassName
 {
   border-color: #C47D58;
 }
 .TagClassName
 {
   border-color: #C47D58;
 }
</style>