#C58666

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

Shades of Burning Sand #C58666

Tints of Burning Sand #C58666

Color information

#C58666 (or 0xC58666) is unknown color: approx Burning Sand. HEX triplet: C5, 86 and 66. RGB value is (197,134,102). Sum of RGB (Red+Green+Blue) = 197+134+102=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C58666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58666 is #3A7999. Grayscale: #959595. Windows color (decimal): -3832218 or 6719173. OLE color: 6719173.

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

Color convert

RGB197134102-
CMYK00.320.480.23
HSL20.21º45.02%58.63%-
HSV(B)20.21º48.22%77.25%-
XYZ33.9529.8816.55-
YUV149.19101.37162.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.50%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 102 (40.23% from 255) = 23.56%
R=45.50%
G=30.95%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713410200.320.480.2320.2145.0258.63
HexC586660203017142d3b
Octal3052061460406027245573
Binary1100010110000110110011001000001100001011110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58666; }

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

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

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

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

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

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

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

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