#C0B1B9

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

Shades of Maverick #C0B1B9

Tints of Maverick #C0B1B9

Color information

#C0B1B9 (or 0xC0B1B9) is unknown color: approx Maverick. HEX triplet: C0, B1 and B9. RGB value is (192,177,185). Sum of RGB (Red+Green+Blue) = 192+177+185=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 177 (69.53% from 255 or 31.95% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B1B9 is #3F4E46. Grayscale: #B6B6B6. Windows color (decimal): -4148807 or 12169664. OLE color: 12169664.

HSL color Cylindrical-coordinate representation of color #C0B1B9: hue angle of 328º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0B1B9 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB192177185-
CMYK00.080.040.25
HSL328º10.64%72.35%-
HSV(B)328º7.81%75.29%-
XYZ46.2246.1552.37-
YUV182.4129.47134.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 177 (69.53% from 255) = 31.95%
BLUE value IS 185 (72.66% from 255) = 33.39%
R=34.66%
G=31.95%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217718500.080.040.2532810.6472.35
HexC0B1B908419148b48
Octal30026127101043151013110
Binary110000001011000110111001010001001100110100100010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B1B9; }

 p { color: rgb(192,177,185); }

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

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

 a { background-color: rgb(192,177,185); }

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

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

 span { border-color: rgb(192,177,185); }

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