#C5866F

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

Shades of Burning Sand #C5866F

Tints of Burning Sand #C5866F

Color information

#C5866F (or 0xC5866F) is unknown color: approx Burning Sand. HEX triplet: C5, 86 and 6F. RGB value is (197,134,111). Sum of RGB (Red+Green+Blue) = 197+134+111=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C5866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5866F is #3A7990. Grayscale: #969696. Windows color (decimal): -3832209 or 7308997. OLE color: 7308997.

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

Color convert

RGB197134111-
CMYK00.320.440.23
HSL16.05º42.57%60.39%-
HSV(B)16.05º43.65%77.25%-
XYZ34.4230.0719.03-
YUV150.22105.87161.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.57%
GREEN value IS 134 (52.73% from 255) = 30.32%
BLUE value IS 111 (43.75% from 255) = 25.11%
R=44.57%
G=30.32%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713411100.320.440.2316.0542.5760.39
HexC5866F0202C17102b3c
Octal3052061570405427205374
Binary1100010110000110110111101000001011001011110000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5866F; }

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

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

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

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

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

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

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

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