#C7AABB

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

Shades of Maverick #C7AABB

Tints of Maverick #C7AABB

Color information

#C7AABB (or 0xC7AABB) is unknown color: approx Maverick. HEX triplet: C7, AA and BB. RGB value is (199,170,187). Sum of RGB (Red+Green+Blue) = 199+170+187=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AABB is #385544. Grayscale: #B4B4B4. Windows color (decimal): -3691845 or 12298951. OLE color: 12298951.

HSL color Cylindrical-coordinate representation of color #C7AABB: hue angle of 324.83º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7AABB is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB199170187-
CMYK00.150.060.22
HSL324.83º20.57%72.35%-
HSV(B)324.83º14.57%78.04%-
XYZ46.944.4853.13-
YUV180.61131.61141.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.79%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 187 (73.44% from 255) = 33.63%
R=35.79%
G=30.58%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917018700.150.060.22324.8320.5772.35
HexC7AABB0F6161451548
Octal30725227301762650525110
Binary1100011110101010101110110111111010110101000101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AABB; }

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

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

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

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

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

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

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

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