#C0BEA4

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

Shades of Mist Grey #C0BEA4

Tints of Mist Grey #C0BEA4

Color information

#C0BEA4 (or 0xC0BEA4) is unknown color: approx Mist Grey. HEX triplet: C0, BE and A4. RGB value is (192,190,164). Sum of RGB (Red+Green+Blue) = 192+190+164=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BEA4 is #3F415B. Grayscale: #BBBBBB. Windows color (decimal): -4145500 or 10796736. OLE color: 10796736.

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

Color convert

RGB192190164-
CMYK00.010.150.25
HSL55.71º18.18%69.8%-
HSV(B)55.71º14.58%75.29%-
XYZ46.8550.7142.44-
YUV187.63114.66131.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 164 (64.45% from 255) = 30.04%
R=35.16%
G=34.80%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219016400.010.150.2555.7118.1869.8
HexC0BEA401F19381246
Octal3002762440117317022106
Binary11000000101111101010010001111111001111000100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BEA4; }

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

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

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

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

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

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

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

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