#C0AAB9

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

Shades of Maverick #C0AAB9

Tints of Maverick #C0AAB9

Color information

#C0AAB9 (or 0xC0AAB9) is unknown color: approx Maverick. HEX triplet: C0, AA and B9. RGB value is (192,170,185). Sum of RGB (Red+Green+Blue) = 192+170+185=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AAB9 is #3F5546. Grayscale: #B2B2B2. Windows color (decimal): -4150599 or 12167872. OLE color: 12167872.

HSL color Cylindrical-coordinate representation of color #C0AAB9: hue angle of 319.09º degrees, saturation: 0.15, 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 #C0AAB9 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB192170185-
CMYK00.110.040.25
HSL319.09º14.86%70.98%-
HSV(B)319.09º11.46%75.29%-
XYZ44.8743.4651.92-
YUV178.29131.79137.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 185 (72.66% from 255) = 33.82%
R=35.10%
G=31.08%
B=33.82%

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
Decimal19217018500.110.040.25319.0914.8670.98
HexC0AAB90B41913ff47
Octal30025227101343147717107
Binary110000001010101010111001010111001100110011111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AAB9; }

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

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

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

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

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

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

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

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