#C0856C

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

Shades of Burning Sand #C0856C

Tints of Burning Sand #C0856C

Color information

#C0856C (or 0xC0856C) is unknown color: approx Burning Sand. HEX triplet: C0, 85 and 6C. RGB value is (192,133,108). Sum of RGB (Red+Green+Blue) = 192+133+108=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0856C is #3F7A93. Grayscale: #939393. Windows color (decimal): -4160148 or 7112128. OLE color: 7112128.

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

Color convert

RGB192133108-
CMYK00.310.440.25
HSL17.86º40%58.82%-
HSV(B)17.86º43.75%75.29%-
XYZ32.8329.0618.07-
YUV147.79105.55159.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 133 (52.34% from 255) = 30.72%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=44.34%
G=30.72%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213310800.310.440.2517.864058.82
HexC0856C01F2C1912283b
Octal3002051540375431225073
Binary110000001000010111011000111111011001100110010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0856C; }

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

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

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

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

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

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

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

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