#C88060

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

Shades of Burning Sand #C88060

Tints of Burning Sand #C88060

Color information

#C88060 (or 0xC88060) is unknown color: approx Burning Sand. HEX triplet: C8, 80 and 60. RGB value is (200,128,96). Sum of RGB (Red+Green+Blue) = 200+128+96=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C88060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88060 is #377F9F. Grayscale: #929292. Windows color (decimal): -3637152 or 6324424. OLE color: 6324424.

HSL color Cylindrical-coordinate representation of color #C88060: hue angle of 18.46º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C88060 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB20012896-
CMYK00.360.520.22
HSL18.46º48.6%58.04%-
HSV(B)18.46º52%78.43%-
XYZ33.6528.5614.81-
YUV145.8899.85166.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 96 (37.89% from 255) = 22.64%
R=47.17%
G=30.19%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001289600.360.520.2218.4648.658.04
HexC88060024341612313a
Octal3102001400446426226172
Binary1100100010000000110000001001001101001011010010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88060; }

 p { color: rgb(200,128,96); }

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

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

 a { background-color: rgb(200,128,96); }

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

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

 span { border-color: rgb(200,128,96); }

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