#C08159

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

Shades of Burning Sand #C08159

Tints of Burning Sand #C08159

Color information

#C08159 (or 0xC08159) is unknown color: approx Burning Sand. HEX triplet: C0, 81 and 59. RGB value is (192,129,89). Sum of RGB (Red+Green+Blue) = 192+129+89=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 89 (35.16% from 255 or 21.71% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C08159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08159 is #3F7EA6. Grayscale: #8F8F8F. Windows color (decimal): -4161191 or 5865920. OLE color: 5865920.

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

Color convert

RGB19212989-
CMYK00.330.540.25
HSL23.3º44.98%55.1%-
HSV(B)23.3º53.65%75.29%-
XYZ31.3927.6313.13-
YUV143.2897.37162.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.83%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 89 (35.16% from 255) = 21.71%
R=46.83%
G=31.46%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921298900.330.540.2523.344.9855.1
HexC081590213619172d37
Octal3002011310416631275567
Binary1100000010000001101100101000011101101100110111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08159; }

 p { color: rgb(192,129,89); }

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

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

 a { background-color: rgb(192,129,89); }

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

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

 span { border-color: rgb(192,129,89); }

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