#C0805A

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

Shades of Burning Sand #C0805A

Tints of Burning Sand #C0805A

Color information

#C0805A (or 0xC0805A) is unknown color: approx Burning Sand. HEX triplet: C0, 80 and 5A. RGB value is (192,128,90). Sum of RGB (Red+Green+Blue) = 192+128+90=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 90 (35.55% from 255 or 21.95% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C0805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0805A is #3F7FA5. Grayscale: #8F8F8F. Windows color (decimal): -4161446 or 5931200. OLE color: 5931200.

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

Color convert

RGB19212890-
CMYK00.330.530.25
HSL22.35º44.74%55.29%-
HSV(B)22.35º53.12%75.29%-
XYZ31.327.3813.31-
YUV142.898.2163.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.83%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 90 (35.55% from 255) = 21.95%
R=46.83%
G=31.22%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921289000.330.530.2522.3544.7455.29
HexC0805A0213519162d37
Octal3002001320416531265567
Binary1100000010000000101101001000011101011100110110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0805A; }

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

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

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

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

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

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

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

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