#C3B1BB

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

Shades of Maverick #C3B1BB

Tints of Maverick #C3B1BB

Color information

#C3B1BB (or 0xC3B1BB) is unknown color: approx Maverick. HEX triplet: C3, B1 and BB. RGB value is (195,177,187). Sum of RGB (Red+Green+Blue) = 195+177+187=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1BB is #3C4E44. Grayscale: #B7B7B7. Windows color (decimal): -3952197 or 12300739. OLE color: 12300739.

HSL color Cylindrical-coordinate representation of color #C3B1BB: hue angle of 326.67º degrees, saturation: 0.13, 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 #C3B1BB is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195177187-
CMYK00.090.040.24
HSL326.67º13.04%72.94%-
HSV(B)326.67º9.23%76.47%-
XYZ47.246.6353.53-
YUV183.52129.96136.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.88%
GREEN value IS 177 (69.53% from 255) = 31.66%
BLUE value IS 187 (73.44% from 255) = 33.45%
R=34.88%
G=31.66%
B=33.45%

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
Decimal19517718700.090.040.24326.6713.0472.94
HexC3B1BB09418147d49
Octal30326127301143050715111
Binary110000111011000110111011010011001100010100011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B1BB; }

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

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

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

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

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

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

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

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