#C47E5E

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

Shades of Burning Sand #C47E5E

Tints of Burning Sand #C47E5E

Color information

#C47E5E (or 0xC47E5E) is unknown color: approx Burning Sand. HEX triplet: C4, 7E and 5E. RGB value is (196,126,94). Sum of RGB (Red+Green+Blue) = 196+126+94=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C47E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47E5E is #3B81A1. Grayscale: #8F8F8F. Windows color (decimal): -3899810 or 6192836. OLE color: 6192836.

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

Color convert

RGB19612694-
CMYK00.360.520.23
HSL18.82º46.36%56.86%-
HSV(B)18.82º52.04%76.86%-
XYZ32.2527.4714.19-
YUV143.28100.19165.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 126 (49.61% from 255) = 30.29%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=47.12%
G=30.29%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961269400.360.520.2318.8246.3656.86
HexC47E5E0243417132e39
Octal3041761360446427235671
Binary110001001111110101111001001001101001011110011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47E5E; }

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

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

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

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

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

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

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

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