#CCAABA

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

Shades of Maverick #CCAABA

Tints of Maverick #CCAABA

Color information

#CCAABA (or 0xCCAABA) is unknown color: approx Maverick. HEX triplet: CC, AA and BA. RGB value is (204,170,186). Sum of RGB (Red+Green+Blue) = 204+170+186=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAABA is #335545. Grayscale: #B5B5B5. Windows color (decimal): -3364166 or 12233420. OLE color: 12233420.

HSL color Cylindrical-coordinate representation of color #CCAABA: hue angle of 331.76º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAABA is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204170186-
CMYK00.170.090.2
HSL331.76º25%73.33%-
HSV(B)331.76º16.67%80%-
XYZ48.1445.1352.63-
YUV181.99130.26143.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=36.43%
G=30.36%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417018600.170.090.2331.762573.33
HexCCAABA01191414c1949
Octal314252272021112451431111
Binary110011001010101010111010010001100110100101001100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAABA; }

 p { color: rgb(204,170,186); }

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

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

 a { background-color: rgb(204,170,186); }

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

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

 span { border-color: rgb(204,170,186); }

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