#C5AAB9

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

Shades of Maverick #C5AAB9

Tints of Maverick #C5AAB9

Color information

#C5AAB9 (or 0xC5AAB9) is unknown color: approx Maverick. HEX triplet: C5, AA and B9. RGB value is (197,170,185). Sum of RGB (Red+Green+Blue) = 197+170+185=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAB9 is #3A5546. Grayscale: #B3B3B3. Windows color (decimal): -3822919 or 12167877. OLE color: 12167877.

HSL color Cylindrical-coordinate representation of color #C5AAB9: hue angle of 326.67º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5AAB9 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB197170185-
CMYK00.140.060.23
HSL326.67º18.88%71.96%-
HSV(B)326.67º13.71%77.25%-
XYZ46.1644.1251.98-
YUV179.78130.95140.28-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.69%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=35.69%
G=30.80%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717018500.140.060.23326.6718.8871.96
HexC5AAB90E6171471348
Octal30525227101662750723110
Binary1100010110101010101110010111011010111101000111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AAB9; }

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

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

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

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

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

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

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

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