#C08361

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

Shades of Burning Sand #C08361

Tints of Burning Sand #C08361

Color information

#C08361 (or 0xC08361) is unknown color: approx Burning Sand. HEX triplet: C0, 83 and 61. RGB value is (192,131,97). Sum of RGB (Red+Green+Blue) = 192+131+97=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C08361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08361 is #3F7C9E. Grayscale: #919191. Windows color (decimal): -4160671 or 6390720. OLE color: 6390720.

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

Color convert

RGB19213197-
CMYK00.320.490.25
HSL21.47º42.99%56.67%-
HSV(B)21.47º49.48%75.29%-
XYZ32.0128.315.08-
YUV145.36100.71161.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.71%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 97 (38.28% from 255) = 23.10%
R=45.71%
G=31.19%
B=23.10%

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
Decimal1921319700.320.490.2521.4742.9956.67
HexC083610203119152b39
Octal3002031410406131255371
Binary1100000010000011110000101000001100011100110101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08361; }

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

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

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

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

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

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

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

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