#C88063

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

Shades of Burning Sand #C88063

Tints of Burning Sand #C88063

Color information

#C88063 (or 0xC88063) is unknown color: approx Burning Sand. HEX triplet: C8, 80 and 63. RGB value is (200,128,99). Sum of RGB (Red+Green+Blue) = 200+128+99=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C88063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88063 is #377F9C. Grayscale: #929292. Windows color (decimal): -3637149 or 6521032. OLE color: 6521032.

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

Color convert

RGB20012899-
CMYK00.360.500.22
HSL17.23º47.87%58.63%-
HSV(B)17.23º50.5%78.43%-
XYZ33.7928.6215.55-
YUV146.22101.35166.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.84%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=46.84%
G=29.98%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001289900.360.500.2217.2347.8758.63
HexC88063024321611303b
Octal3102001430446226216073
Binary1100100010000000110001101001001100101011010001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88063; }

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

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

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

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

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

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

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

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