#C1B1BB

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

Shades of Maverick #C1B1BB

Tints of Maverick #C1B1BB

Color information

#C1B1BB (or 0xC1B1BB) is unknown color: approx Maverick. HEX triplet: C1, B1 and BB. RGB value is (193,177,187). Sum of RGB (Red+Green+Blue) = 193+177+187=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1BB is #3E4E44. Grayscale: #B6B6B6. Windows color (decimal): -4083269 or 12300737. OLE color: 12300737.

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

Color convert

RGB193177187-
CMYK00.080.030.24
HSL322.5º11.43%72.55%-
HSV(B)322.5º8.29%75.69%-
XYZ46.6846.3753.5-
YUV182.92130.3135.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=34.65%
G=31.78%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317718700.080.030.24322.511.4372.55
HexC1B1BB08318142b49
Octal30126127301033050213111
Binary11000001101100011011101101000111100010100001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B1BB; }

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

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

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

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

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

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

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

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