#c08063

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

Shades of Burning Sand #C08063

Tints of Burning Sand #C08063

Color information

#C08063 (or 0xC08063) is unknown color: approx Burning Sand. HEX triplet: C0, 80 and 63. RGB value is (192,128,99). Sum of RGB (Red+Green+Blue) = 192+128+99=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C08063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08063 is #3F7F9C. Grayscale: #909090. Windows color (decimal): -4161437 or 6521024. OLE color: 6521024.

HSL color Cylindrical-coordinate representation of color #C08063: hue angle of 18.71º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C08063 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19212899-
CMYK00.330.480.25
HSL18.71º42.47%57.06%-
HSV(B)18.71º48.44%75.29%-
XYZ31.7127.5515.45-
YUV143.83102.7162.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 99 (39.06% from 255) = 23.63%
R=45.82%
G=30.55%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921289900.330.480.2518.7142.4757.06
HexC080630213019132a39
Octal3002001430416031235271
Binary1100000010000000110001101000011100001100110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c08063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c08063; }

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

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

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

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

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

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

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

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