#C08362

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

Shades of Burning Sand #C08362

Tints of Burning Sand #C08362

Color information

#C08362 (or 0xC08362) is unknown color: approx Burning Sand. HEX triplet: C0, 83 and 62. RGB value is (192,131,98). Sum of RGB (Red+Green+Blue) = 192+131+98=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C08362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08362 is #3F7C9D. Grayscale: #919191. Windows color (decimal): -4160670 or 6456256. OLE color: 6456256.

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

Color convert

RGB19213198-
CMYK00.320.490.25
HSL21.06º42.73%56.86%-
HSV(B)21.06º48.96%75.29%-
XYZ32.0628.3215.33-
YUV145.48101.21161.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 131 (51.56% from 255) = 31.12%
BLUE value IS 98 (38.67% from 255) = 23.28%
R=45.61%
G=31.12%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921319800.320.490.2521.0642.7356.86
HexC083620203119152b39
Octal3002031420406131255371
Binary1100000010000011110001001000001100011100110101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08362; }

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

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

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

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

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

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

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

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