#C88061

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

Shades of Burning Sand #C88061

Tints of Burning Sand #C88061

Color information

#C88061 (or 0xC88061) is unknown color: approx Burning Sand. HEX triplet: C8, 80 and 61. RGB value is (200,128,97). Sum of RGB (Red+Green+Blue) = 200+128+97=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C88061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88061 is #377F9E. Grayscale: #929292. Windows color (decimal): -3637151 or 6389960. OLE color: 6389960.

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

Color convert

RGB20012897-
CMYK00.360.520.22
HSL18.06º48.36%58.24%-
HSV(B)18.06º51.5%78.43%-
XYZ33.728.5815.05-
YUV145.99100.35166.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 128 (50.39% from 255) = 30.12%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=47.06%
G=30.12%
B=22.82%

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
Decimal2001289700.360.520.2218.0648.3658.24
HexC88061024341612303a
Octal3102001410446426226072
Binary1100100010000000110000101001001101001011010010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88061; }

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

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

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

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

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

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

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

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