#C0BEAA

Color #C0BEAA Mist Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mist Grey #C0BEAA

Tints of Mist Grey #C0BEAA

Color information

#C0BEAA (or 0xC0BEAA) is unknown color: approx Mist Grey. HEX triplet: C0, BE and AA. RGB value is (192,190,170). Sum of RGB (Red+Green+Blue) = 192+190+170=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BEAA is #3F4155. Grayscale: #BCBCBC. Windows color (decimal): -4145494 or 11189952. OLE color: 11189952.

HSL color Cylindrical-coordinate representation of color #C0BEAA: hue angle of 54.55º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0BEAA is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB192190170-
CMYK00.010.110.25
HSL54.55º14.86%70.98%-
HSV(B)54.55º11.46%75.29%-
XYZ47.4150.9445.36-
YUV188.32117.66130.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=34.78%
G=34.42%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219017000.010.110.2554.5514.8670.98
HexC0BEAA01B1937f47
Octal3002762520113316717107
Binary1100000010111110101010100110111100111011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEAA; }

 p { color: rgb(192,190,170); }

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

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

 a { background-color: rgb(192,190,170); }

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

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

 span { border-color: rgb(192,190,170); }

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