#C1BBBF

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

Shades of Maverick #C1BBBF

Tints of Maverick #C1BBBF

Color information

#C1BBBF (or 0xC1BBBF) is unknown color: approx Maverick. HEX triplet: C1, BB and BF. RGB value is (193,187,191). Sum of RGB (Red+Green+Blue) = 193+187+191=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBBF is #3E4440. Grayscale: #BDBDBD. Windows color (decimal): -4080705 or 12565441. OLE color: 12565441.

HSL color Cylindrical-coordinate representation of color #C1BBBF: hue angle of 320º 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 #C1BBBF is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB193187191-
CMYK00.030.010.24
HSL320º4.62%74.51%-
HSV(B)320º3.11%75.69%-
XYZ49.1750.6456.47-
YUV189.25128.99130.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.80%
GREEN value IS 187 (73.44% from 255) = 32.75%
BLUE value IS 191 (75% from 255) = 33.45%
R=33.80%
G=32.75%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318719100.030.010.243204.6274.51
HexC1BBBF0311814054b
Octal301273277031305005113
Binary1100000110111011101111110111110001010000001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BBBF; }

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

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

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

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

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

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

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

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