#C47F60

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

Shades of Burning Sand #C47F60

Tints of Burning Sand #C47F60

Color information

#C47F60 (or 0xC47F60) is unknown color: approx Burning Sand. HEX triplet: C4, 7F and 60. RGB value is (196,127,96). Sum of RGB (Red+Green+Blue) = 196+127+96=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F60 is #3B809F. Grayscale: #909090. Windows color (decimal): -3899552 or 6324164. OLE color: 6324164.

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

Color convert

RGB19612796-
CMYK00.350.510.23
HSL18.6º45.87%57.25%-
HSV(B)18.6º51.02%76.86%-
XYZ32.4727.7614.71-
YUV144.1100.86165.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=46.78%
G=30.31%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961279600.350.510.2318.645.8757.25
HexC47F600233317132e39
Octal3041771400436327235671
Binary110001001111111110000001000111100111011110011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47F60; }

 p { color: rgb(196,127,96); }

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

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

 a { background-color: rgb(196,127,96); }

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

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

 span { border-color: rgb(196,127,96); }

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