#C1B1BF

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

Shades of Maverick #C1B1BF

Tints of Maverick #C1B1BF

Color information

#C1B1BF (or 0xC1B1BF) is unknown color: approx Maverick. HEX triplet: C1, B1 and BF. RGB value is (193,177,191). Sum of RGB (Red+Green+Blue) = 193+177+191=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1BF is #3E4E40. Grayscale: #B7B7B7. Windows color (decimal): -4083265 or 12562881. OLE color: 12562881.

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

Color convert

RGB193177191-
CMYK00.080.010.24
HSL307.5º11.43%72.55%-
HSV(B)307.5º8.29%75.69%-
XYZ47.1246.5455.79-
YUV183.38132.3134.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.40%
GREEN value IS 177 (69.53% from 255) = 31.55%
BLUE value IS 191 (75% from 255) = 34.05%
R=34.40%
G=31.55%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317719100.080.010.24307.511.4372.55
HexC1B1BF08118134b49
Octal30126127701013046413111
Binary1100000110110001101111110100011100010011010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B1BF; }

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

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

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

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

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

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

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

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