#C47D61

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

Shades of Burning Sand #C47D61

Tints of Burning Sand #C47D61

Color information

#C47D61 (or 0xC47D61) is unknown color: approx Burning Sand. HEX triplet: C4, 7D and 61. RGB value is (196,125,97). Sum of RGB (Red+Green+Blue) = 196+125+97=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D61 is #3B829E. Grayscale: #8F8F8F. Windows color (decimal): -3900063 or 6389188. OLE color: 6389188.

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

Color convert

RGB19612597-
CMYK00.360.510.23
HSL16.97º45.62%57.45%-
HSV(B)16.97º50.51%76.86%-
XYZ32.2627.2714.87-
YUV143.04102.02165.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.89%
GREEN value IS 125 (49.22% from 255) = 29.90%
BLUE value IS 97 (38.28% from 255) = 23.21%
R=46.89%
G=29.90%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961259700.360.510.2316.9745.6257.45
HexC47D610243317112e39
Octal3041751410446327215671
Binary110001001111101110000101001001100111011110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D61; }

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

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

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

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

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

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

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

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