#C0ABB9

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

Shades of Maverick #C0ABB9

Tints of Maverick #C0ABB9

Color information

#C0ABB9 (or 0xC0ABB9) is unknown color: approx Maverick. HEX triplet: C0, AB and B9. RGB value is (192,171,185). Sum of RGB (Red+Green+Blue) = 192+171+185=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 185 (72.66% from 255 or 33.76% from 548); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABB9 is #3F5446. Grayscale: #B2B2B2. Windows color (decimal): -4150343 or 12168128. OLE color: 12168128.

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

Color convert

RGB192171185-
CMYK00.110.040.25
HSL320º14.29%71.18%-
HSV(B)320º10.94%75.29%-
XYZ45.0643.8451.99-
YUV178.88131.46137.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 171 (67.19% from 255) = 31.20%
BLUE value IS 185 (72.66% from 255) = 33.76%
R=35.04%
G=31.20%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217118500.110.040.2532014.2971.18
HexC0ABB90B419140e47
Octal30025327101343150016107
Binary110000001010101110111001010111001100110100000011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABB9; }

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

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

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

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

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

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

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

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