#C47E56

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

Shades of Burning Sand #C47E56

Tints of Burning Sand #C47E56

Color information

#C47E56 (or 0xC47E56) is unknown color: approx Burning Sand. HEX triplet: C4, 7E and 56. RGB value is (196,126,86). Sum of RGB (Red+Green+Blue) = 196+126+86=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E56 is #3B81A9. Grayscale: #8E8E8E. Windows color (decimal): -3899818 or 5668548. OLE color: 5668548.

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

Color convert

RGB19612686-
CMYK00.360.560.23
HSL21.82º48.25%55.29%-
HSV(B)21.82º56.12%76.86%-
XYZ31.9127.3312.4-
YUV142.3796.19166.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.04%
GREEN value IS 126 (49.61% from 255) = 30.88%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=48.04%
G=30.88%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961268600.360.560.2321.8248.2555.29
HexC47E560243817163037
Octal3041761260447027266067
Binary110001001111110101011001001001110001011110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47E56; }

 p { color: rgb(196,126,86); }

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

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

 a { background-color: rgb(196,126,86); }

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

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

 span { border-color: rgb(196,126,86); }

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