#C0BFA4

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

Shades of Mist Grey #C0BFA4

Tints of Mist Grey #C0BFA4

Color information

#C0BFA4 (or 0xC0BFA4) is unknown color: approx Mist Grey. HEX triplet: C0, BF and A4. RGB value is (192,191,164). Sum of RGB (Red+Green+Blue) = 192+191+164=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BFA4 is #3F405B. Grayscale: #BCBCBC. Windows color (decimal): -4145244 or 10796992. OLE color: 10796992.

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

Color convert

RGB192191164-
CMYK00.010.150.25
HSL57.86º18.18%69.8%-
HSV(B)57.86º14.58%75.29%-
XYZ47.0751.1542.51-
YUV188.22114.33130.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 164 (64.45% from 255) = 29.98%
R=35.10%
G=34.92%
B=29.98%

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
Decimal19219116400.010.150.2557.8618.1869.8
HexC0BFA401F193a1246
Octal3002772440117317222106
Binary11000000101111111010010001111111001111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFA4; }

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

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

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

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

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

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

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

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