#C4AABF

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

Shades of Maverick #C4AABF

Tints of Maverick #C4AABF

Color information

#C4AABF (or 0xC4AABF) is unknown color: approx Maverick. HEX triplet: C4, AA and BF. RGB value is (196,170,191). Sum of RGB (Red+Green+Blue) = 196+170+191=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AABF is #3B5540. Grayscale: #B4B4B4. Windows color (decimal): -3888449 or 12561092. OLE color: 12561092.

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

Color convert

RGB196170191-
CMYK00.130.030.23
HSL311.54º18.06%71.76%-
HSV(B)311.54º13.27%76.86%-
XYZ46.5444.2555.38-
YUV180.17134.11139.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 191 (75% from 255) = 34.29%
R=35.19%
G=30.52%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617019100.130.030.23311.5418.0671.76
HexC4AABF0D3171381248
Octal30425227701532747022110
Binary110001001010101010111111011011110111100111000100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AABF; }

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

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

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

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

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

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

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

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