#C4AABB

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

Shades of Maverick #C4AABB

Tints of Maverick #C4AABB

Color information

#C4AABB (or 0xC4AABB) is unknown color: approx Maverick. HEX triplet: C4, AA and BB. RGB value is (196,170,187). Sum of RGB (Red+Green+Blue) = 196+170+187=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AABB is #3B5544. Grayscale: #B3B3B3. Windows color (decimal): -3888453 or 12298948. OLE color: 12298948.

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

Color convert

RGB196170187-
CMYK00.130.050.23
HSL320.77º18.06%71.76%-
HSV(B)320.77º13.27%76.86%-
XYZ46.1144.0753.09-
YUV179.71132.11139.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.44%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 187 (73.44% from 255) = 33.82%
R=35.44%
G=30.74%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617018700.130.050.23320.7718.0671.76
HexC4AABB0D5171411248
Octal30425227301552750122110
Binary1100010010101010101110110110110110111101000001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AABB; }

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

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

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

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

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

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

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

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