#C58566

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

Shades of Burning Sand #C58566

Tints of Burning Sand #C58566

Color information

#C58566 (or 0xC58566) is unknown color: approx Burning Sand. HEX triplet: C5, 85 and 66. RGB value is (197,133,102). Sum of RGB (Red+Green+Blue) = 197+133+102=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C58566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58566 is #3A7A99. Grayscale: #949494. Windows color (decimal): -3832474 or 6718917. OLE color: 6718917.

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

Color convert

RGB197133102-
CMYK00.320.480.23
HSL19.58º45.02%58.63%-
HSV(B)19.58º48.22%77.25%-
XYZ33.8129.616.5-
YUV148.6101.7162.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.60%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 102 (40.23% from 255) = 23.61%
R=45.60%
G=30.79%
B=23.61%

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
Decimal19713310200.320.480.2319.5845.0258.63
HexC585660203017142d3b
Octal3052051460406027245573
Binary1100010110000101110011001000001100001011110100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58566; }

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

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

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

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

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

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

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

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