#C4ABB9

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

Shades of Maverick #C4ABB9

Tints of Maverick #C4ABB9

Color information

#C4ABB9 (or 0xC4ABB9) is unknown color: approx Maverick. HEX triplet: C4, AB and B9. RGB value is (196,171,185). Sum of RGB (Red+Green+Blue) = 196+171+185=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABB9 is #3B5446. Grayscale: #B4B4B4. Windows color (decimal): -3888199 or 12168132. OLE color: 12168132.

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

Color convert

RGB196171185-
CMYK00.130.060.23
HSL326.4º17.48%71.96%-
HSV(B)326.4º12.76%76.86%-
XYZ46.0844.3652.03-
YUV180.07130.78139.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.51%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 185 (72.66% from 255) = 33.51%
R=35.51%
G=30.98%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617118500.130.060.23326.417.4871.96
HexC4ABB90D6171461148
Octal30425327101562750621110
Binary1100010010101011101110010110111010111101000110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABB9; }

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

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

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

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

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

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

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

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