#C0846C

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

Shades of Burning Sand #C0846C

Tints of Burning Sand #C0846C

Color information

#C0846C (or 0xC0846C) is unknown color: approx Burning Sand. HEX triplet: C0, 84 and 6C. RGB value is (192,132,108). Sum of RGB (Red+Green+Blue) = 192+132+108=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0846C is #3F7B93. Grayscale: #939393. Windows color (decimal): -4160404 or 7111872. OLE color: 7111872.

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

Color convert

RGB192132108-
CMYK00.310.440.25
HSL17.14º40%58.82%-
HSV(B)17.14º43.75%75.29%-
XYZ32.728.7918.02-
YUV147.2105.88159.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.44%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 108 (42.58% from 255) = 25%
R=44.44%
G=30.56%
B=25%

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
Decimal19213210800.310.440.2517.144058.82
HexC0846C01F2C1911283b
Octal3002041540375431215073
Binary110000001000010011011000111111011001100110001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0846C; }

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

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

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

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

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

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

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

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