#C0BFA1

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

Shades of Mist Grey #C0BFA1

Tints of Mist Grey #C0BFA1

Color information

#C0BFA1 (or 0xC0BFA1) is unknown color: approx Mist Grey. HEX triplet: C0, BF and A1. RGB value is (192,191,161). Sum of RGB (Red+Green+Blue) = 192+191+161=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BFA1 is #3F405E. Grayscale: #BCBCBC. Windows color (decimal): -4145247 or 10600384. OLE color: 10600384.

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

Color convert

RGB192191161-
CMYK00.010.160.25
HSL58.06º19.75%69.22%-
HSV(B)58.06º16.15%75.29%-
XYZ46.851.0441.1-
YUV187.88112.83130.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.29%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 161 (63.28% from 255) = 29.60%
R=35.29%
G=35.11%
B=29.60%

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
Decimal19219116100.010.160.2558.0619.7569.22
HexC0BFA10110193a1445
Octal3002772410120317224105
Binary110000001011111110100001011000011001111010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BFA1; }

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

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

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

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

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

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

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

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