#C2B1BB

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

Shades of Maverick #C2B1BB

Tints of Maverick #C2B1BB

Color information

#C2B1BB (or 0xC2B1BB) is unknown color: approx Maverick. HEX triplet: C2, B1 and BB. RGB value is (194,177,187). Sum of RGB (Red+Green+Blue) = 194+177+187=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2B1BB is #3D4E44. Grayscale: #B7B7B7. Windows color (decimal): -4017733 or 12300738. OLE color: 12300738.

HSL color Cylindrical-coordinate representation of color #C2B1BB: hue angle of 324.71º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2B1BB is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194177187-
CMYK00.090.040.24
HSL324.71º12.23%72.75%-
HSV(B)324.71º8.76%76.08%-
XYZ46.9446.553.52-
YUV183.22130.13135.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=34.77%
G=31.72%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417718700.090.040.24324.7112.2372.75
HexC2B1BB09418145c49
Octal30226127301143050514111
Binary110000101011000110111011010011001100010100010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B1BB; }

 p { color: rgb(194,177,187); }

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

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

 a { background-color: rgb(194,177,187); }

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

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

 span { border-color: rgb(194,177,187); }

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