#C58966

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

Shades of Burning Sand #C58966

Tints of Burning Sand #C58966

Color information

#C58966 (or 0xC58966) is unknown color: approx Burning Sand. HEX triplet: C5, 89 and 66. RGB value is (197,137,102). Sum of RGB (Red+Green+Blue) = 197+137+102=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C58966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58966 is #3A7699. Grayscale: #979797. Windows color (decimal): -3831450 or 6719941. OLE color: 6719941.

HSL color Cylindrical-coordinate representation of color #C58966: hue angle of 22.11º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C58966 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB197137102-
CMYK00.300.480.23
HSL22.11º45.02%58.63%-
HSV(B)22.11º48.22%77.25%-
XYZ34.3730.7216.69-
YUV150.95100.38160.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.18%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 102 (40.23% from 255) = 23.39%
R=45.18%
G=31.42%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713710200.300.480.2322.1145.0258.63
HexC5896601E3017162d3b
Octal3052111460366027265573
Binary110001011000100111001100111101100001011110110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58966; }

 p { color: rgb(197,137,102); }

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

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

 a { background-color: rgb(197,137,102); }

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

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

 span { border-color: rgb(197,137,102); }

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