#C8AABB

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

Shades of Maverick #C8AABB

Tints of Maverick #C8AABB

Color information

#C8AABB (or 0xC8AABB) is unknown color: approx Maverick. HEX triplet: C8, AA and BB. RGB value is (200,170,187). Sum of RGB (Red+Green+Blue) = 200+170+187=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 170 (66.80% from 255 or 30.52% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AABB is #375544. Grayscale: #B4B4B4. Windows color (decimal): -3626309 or 12298952. OLE color: 12298952.

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

Color convert

RGB200170187-
CMYK00.150.060.22
HSL326º21.43%72.55%-
HSV(B)326º15%78.43%-
XYZ47.1644.6253.14-
YUV180.91131.44141.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 170 (66.80% from 255) = 30.52%
BLUE value IS 187 (73.44% from 255) = 33.57%
R=35.91%
G=30.52%
B=33.57%

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
Decimal20017018700.150.060.2232621.4372.55
HexC8AABB0F6161461549
Octal31025227301762650625111
Binary1100100010101010101110110111111010110101000110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AABB; }

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

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

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

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

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

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

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

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