#C08065

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

Shades of Burning Sand #C08065

Tints of Burning Sand #C08065

Color information

#C08065 (or 0xC08065) is unknown color: approx Burning Sand. HEX triplet: C0, 80 and 65. RGB value is (192,128,101). Sum of RGB (Red+Green+Blue) = 192+128+101=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C08065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08065 is #3F7F9A. Grayscale: #909090. Windows color (decimal): -4161435 or 6652096. OLE color: 6652096.

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

Color convert

RGB192128101-
CMYK00.330.470.25
HSL17.8º41.94%57.45%-
HSV(B)17.8º47.4%75.29%-
XYZ31.8127.5815.96-
YUV144.06103.7162.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=45.61%
G=30.40%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212810100.330.470.2517.841.9457.45
HexC080650212F19122a39
Octal3002001450415731225271
Binary1100000010000000110010101000011011111100110010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08065; }

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

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

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

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

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

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

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

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