#C47C5E

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

Shades of Burning Sand #C47C5E

Tints of Burning Sand #C47C5E

Color information

#C47C5E (or 0xC47C5E) is unknown color: approx Burning Sand. HEX triplet: C4, 7C and 5E. RGB value is (196,124,94). Sum of RGB (Red+Green+Blue) = 196+124+94=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C5E is #3B83A1. Grayscale: #8E8E8E. Windows color (decimal): -3900322 or 6192324. OLE color: 6192324.

HSL color Cylindrical-coordinate representation of color #C47C5E: hue angle of 17.65º 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 #C47C5E is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19612494-
CMYK00.370.520.23
HSL17.65º46.36%56.86%-
HSV(B)17.65º52.04%76.86%-
XYZ31.9926.9614.11-
YUV142.11100.85166.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.34%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 94 (37.11% from 255) = 22.71%
R=47.34%
G=29.95%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961249400.370.520.2317.6546.3656.86
HexC47C5E0253417122e39
Octal3041741360456427225671
Binary110001001111100101111001001011101001011110010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47C5E; }

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

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

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

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

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

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

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

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