#C4AABD

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

Shades of Maverick #C4AABD

Tints of Maverick #C4AABD

Color information

#C4AABD (or 0xC4AABD) is unknown color: approx Maverick. HEX triplet: C4, AA and BD. RGB value is (196,170,189). Sum of RGB (Red+Green+Blue) = 196+170+189=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AABD is #3B5542. Grayscale: #B3B3B3. Windows color (decimal): -3888451 or 12430020. OLE color: 12430020.

HSL color Cylindrical-coordinate representation of color #C4AABD: hue angle of 316.15º degrees, saturation: 0.18, 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 #C4AABD is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196170189-
CMYK00.130.040.23
HSL316.15º18.06%71.76%-
HSV(B)316.15º13.27%76.86%-
XYZ46.3244.1654.23-
YUV179.94133.11139.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.32%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=35.32%
G=30.63%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617018900.130.040.23316.1518.0671.76
HexC4AABD0D41713c1248
Octal30425227501542747422110
Binary1100010010101010101111010110110010111100111100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AABD; }

 p { color: rgb(196,170,189); }

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

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

 a { background-color: rgb(196,170,189); }

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

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

 span { border-color: rgb(196,170,189); }

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