#C58166

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

Shades of Burning Sand #C58166

Tints of Burning Sand #C58166

Color information

#C58166 (or 0xC58166) is unknown color: approx Burning Sand. HEX triplet: C5, 81 and 66. RGB value is (197,129,102). Sum of RGB (Red+Green+Blue) = 197+129+102=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C58166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58166 is #3A7E99. Grayscale: #929292. Windows color (decimal): -3833498 or 6717893. OLE color: 6717893.

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

Color convert

RGB197129102-
CMYK00.350.480.23
HSL17.05º45.02%58.63%-
HSV(B)17.05º48.22%77.25%-
XYZ33.2728.5316.32-
YUV146.25103.03164.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.03%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 102 (40.23% from 255) = 23.83%
R=46.03%
G=30.14%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712910200.350.480.2317.0545.0258.63
HexC581660233017112d3b
Octal3052011460436027215573
Binary1100010110000001110011001000111100001011110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58166; }

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

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

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

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

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

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

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

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