#C1B1BD

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

Shades of Maverick #C1B1BD

Tints of Maverick #C1B1BD

Color information

#C1B1BD (or 0xC1B1BD) is unknown color: approx Maverick. HEX triplet: C1, B1 and BD. RGB value is (193,177,189). Sum of RGB (Red+Green+Blue) = 193+177+189=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 177 (69.53% from 255 or 31.66% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1BD is #3E4E42. Grayscale: #B7B7B7. Windows color (decimal): -4083267 or 12431809. OLE color: 12431809.

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

Color convert

RGB193177189-
CMYK00.080.020.24
HSL315º11.43%72.55%-
HSV(B)315º8.29%75.69%-
XYZ46.946.4654.64-
YUV183.15131.3135.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 177 (69.53% from 255) = 31.66%
BLUE value IS 189 (74.22% from 255) = 33.81%
R=34.53%
G=31.66%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317718900.080.020.2431511.4372.55
HexC1B1BD0821813bb49
Octal30126127501023047313111
Binary11000001101100011011110101000101100010011101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B1BD; }

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

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

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

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

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

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

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

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