#C08562

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

Shades of Burning Sand #C08562

Tints of Burning Sand #C08562

Color information

#C08562 (or 0xC08562) is unknown color: approx Burning Sand. HEX triplet: C0, 85 and 62. RGB value is (192,133,98). Sum of RGB (Red+Green+Blue) = 192+133+98=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C08562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08562 is #3F7A9D. Grayscale: #929292. Windows color (decimal): -4160158 or 6456768. OLE color: 6456768.

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

Color convert

RGB19213398-
CMYK00.310.490.25
HSL22.34º42.73%56.86%-
HSV(B)22.34º48.96%75.29%-
XYZ32.3328.8615.42-
YUV146.65100.55160.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.39%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 98 (38.67% from 255) = 23.17%
R=45.39%
G=31.44%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921339800.310.490.2522.3442.7356.86
HexC0856201F3119162b39
Octal3002051420376131265371
Binary110000001000010111000100111111100011100110110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08562; }

 p { color: rgb(192,133,98); }

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

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

 a { background-color: rgb(192,133,98); }

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

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

 span { border-color: rgb(192,133,98); }

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