#C0BFA2

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

Shades of Mist Grey #C0BFA2

Tints of Mist Grey #C0BFA2

Color information

#C0BFA2 (or 0xC0BFA2) is unknown color: approx Mist Grey. HEX triplet: C0, BF and A2. RGB value is (192,191,162). Sum of RGB (Red+Green+Blue) = 192+191+162=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BFA2 is #3F405D. Grayscale: #BCBCBC. Windows color (decimal): -4145246 or 10665920. OLE color: 10665920.

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

Color convert

RGB192191162-
CMYK00.010.160.25
HSL58º19.23%69.41%-
HSV(B)58º15.62%75.29%-
XYZ46.8951.0841.57-
YUV187.99113.33130.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.23%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 162 (63.67% from 255) = 29.72%
R=35.23%
G=35.05%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19219116200.010.160.255819.2369.41
HexC0BFA20110193a1345
Octal3002772420120317223105
Binary110000001011111110100010011000011001111010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFA2; }

 p { color: rgb(192,191,162); }

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

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

 a { background-color: rgb(192,191,162); }

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

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

 span { border-color: rgb(192,191,162); }

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