#C1BBBD

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

Shades of Maverick #C1BBBD

Tints of Maverick #C1BBBD

Color information

#C1BBBD (or 0xC1BBBD) is unknown color: approx Maverick. HEX triplet: C1, BB and BD. RGB value is (193,187,189). Sum of RGB (Red+Green+Blue) = 193+187+189=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBBD is #3E4442. Grayscale: #BDBDBD. Windows color (decimal): -4080707 or 12434369. OLE color: 12434369.

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

Color convert

RGB193187189-
CMYK00.030.020.24
HSL340º4.62%74.51%-
HSV(B)340º3.11%75.69%-
XYZ48.9550.5555.32-
YUV189.02127.99130.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.92%
GREEN value IS 187 (73.44% from 255) = 32.86%
BLUE value IS 189 (74.22% from 255) = 33.22%
R=33.92%
G=32.86%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318718900.030.020.243404.6274.51
HexC1BBBD0321815454b
Octal301273275032305245113
Binary11000001101110111011110101110110001010101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBBD; }

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

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

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

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

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

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

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

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