#C1BFA1

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

Shades of Mist Grey #C1BFA1

Tints of Mist Grey #C1BFA1

Color information

#C1BFA1 (or 0xC1BFA1) is unknown color: approx Mist Grey. HEX triplet: C1, BF and A1. RGB value is (193,191,161). Sum of RGB (Red+Green+Blue) = 193+191+161=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BFA1 is #3E405E. Grayscale: #BCBCBC. Windows color (decimal): -4079711 or 10600385. OLE color: 10600385.

HSL color Cylindrical-coordinate representation of color #C1BFA1: hue angle of 56.25º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1BFA1 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB193191161-
CMYK00.010.170.24
HSL56.25º20.51%69.41%-
HSV(B)56.25º16.58%75.69%-
XYZ47.0651.1741.12-
YUV188.18112.66131.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.41%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=35.41%
G=35.05%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319116100.010.170.2456.2520.5169.41
HexC1BFA1011118381545
Octal3012772410121307025105
Binary110000011011111110100001011000111000111000101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFA1; }

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

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

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

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

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

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

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

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