#C5886A

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

Shades of Burning Sand #C5886A

Tints of Burning Sand #C5886A

Color information

#C5886A (or 0xC5886A) is unknown color: approx Burning Sand. HEX triplet: C5, 88 and 6A. RGB value is (197,136,106). Sum of RGB (Red+Green+Blue) = 197+136+106=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5886A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5886A is #3A7795. Grayscale: #969696. Windows color (decimal): -3831702 or 6981829. OLE color: 6981829.

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

Color convert

RGB197136106-
CMYK00.310.460.23
HSL19.78º43.96%59.41%-
HSV(B)19.78º46.19%77.25%-
XYZ34.4330.5217.71-
YUV150.82102.71160.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.87%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=44.87%
G=30.98%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713610600.310.460.2319.7843.9659.41
HexC5886A01F2E17142c3b
Octal3052101520375627245473
Binary110001011000100011010100111111011101011110100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5886A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5886A; }

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

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

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

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

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

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

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

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