#C08462

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

Shades of Burning Sand #C08462

Tints of Burning Sand #C08462

Color information

#C08462 (or 0xC08462) is unknown color: approx Burning Sand. HEX triplet: C0, 84 and 62. RGB value is (192,132,98). Sum of RGB (Red+Green+Blue) = 192+132+98=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C08462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08462 is #3F7B9D. Grayscale: #929292. Windows color (decimal): -4160414 or 6456512. OLE color: 6456512.

HSL color Cylindrical-coordinate representation of color #C08462: hue angle of 21.7º 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 #C08462 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19213298-
CMYK00.310.490.25
HSL21.7º42.73%56.86%-
HSV(B)21.7º48.96%75.29%-
XYZ32.1928.5915.38-
YUV146.06100.88160.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 98 (38.67% from 255) = 23.22%
R=45.50%
G=31.28%
B=23.22%

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
Decimal1921329800.310.490.2521.742.7356.86
HexC0846201F3119162b39
Octal3002041420376131265371
Binary110000001000010011000100111111100011100110110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08462; }

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

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

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

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

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

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

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

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