#C5866A

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

Shades of Burning Sand #C5866A

Tints of Burning Sand #C5866A

Color information

#C5866A (or 0xC5866A) is unknown color: approx Burning Sand. HEX triplet: C5, 86 and 6A. RGB value is (197,134,106). Sum of RGB (Red+Green+Blue) = 197+134+106=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 106 (41.80% from 255 or 24.26% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C5866A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5866A is #3A7995. Grayscale: #959595. Windows color (decimal): -3832214 or 6981317. OLE color: 6981317.

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

Color convert

RGB197134106-
CMYK00.320.460.23
HSL18.46º43.96%59.41%-
HSV(B)18.46º46.19%77.25%-
XYZ34.1529.9617.62-
YUV149.65103.37161.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.08%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 106 (41.80% from 255) = 24.26%
R=45.08%
G=30.66%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713410600.320.460.2318.4643.9659.41
HexC5866A0202E17122c3b
Octal3052061520405627225473
Binary1100010110000110110101001000001011101011110010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5866A; }

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

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

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

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

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

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

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

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