#C47C5F

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

Shades of Burning Sand #C47C5F

Tints of Burning Sand #C47C5F

Color information

#C47C5F (or 0xC47C5F) is unknown color: approx Burning Sand. HEX triplet: C4, 7C and 5F. RGB value is (196,124,95). Sum of RGB (Red+Green+Blue) = 196+124+95=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 95 (37.5% from 255 or 22.89% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C5F is #3B83A0. Grayscale: #8E8E8E. Windows color (decimal): -3900321 or 6257860. OLE color: 6257860.

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

Color convert

RGB19612495-
CMYK00.370.520.23
HSL17.23º46.12%57.06%-
HSV(B)17.23º51.53%76.86%-
XYZ32.0426.9814.35-
YUV142.22101.35166.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 95 (37.5% from 255) = 22.89%
R=47.23%
G=29.88%
B=22.89%

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
Decimal1961249500.370.520.2317.2346.1257.06
HexC47C5F0253417112e39
Octal3041741370456427215671
Binary110001001111100101111101001011101001011110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47C5F; }

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

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

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

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

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

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

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

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