#C58266

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

Shades of Burning Sand #C58266

Tints of Burning Sand #C58266

Color information

#C58266 (or 0xC58266) is unknown color: approx Burning Sand. HEX triplet: C5, 82 and 66. RGB value is (197,130,102). Sum of RGB (Red+Green+Blue) = 197+130+102=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 102 (40.23% from 255 or 23.78% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C58266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58266 is #3A7D99. Grayscale: #939393. Windows color (decimal): -3833242 or 6718149. OLE color: 6718149.

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

Color convert

RGB197130102-
CMYK00.340.480.23
HSL17.68º45.02%58.63%-
HSV(B)17.68º48.22%77.25%-
XYZ33.4128.7916.37-
YUV146.84102.7163.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 130 (51.17% from 255) = 30.30%
BLUE value IS 102 (40.23% from 255) = 23.78%
R=45.92%
G=30.30%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713010200.340.480.2317.6845.0258.63
HexC582660223017122d3b
Octal3052021460426027225573
Binary1100010110000010110011001000101100001011110010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58266; }

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

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

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

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

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

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

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

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