#CCAABD

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

Shades of Maverick #CCAABD

Tints of Maverick #CCAABD

Color information

#CCAABD (or 0xCCAABD) is unknown color: approx Maverick. HEX triplet: CC, AA and BD. RGB value is (204,170,189). Sum of RGB (Red+Green+Blue) = 204+170+189=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAABD is #335542. Grayscale: #B6B6B6. Windows color (decimal): -3364163 or 12430028. OLE color: 12430028.

HSL color Cylindrical-coordinate representation of color #CCAABD: hue angle of 326.47º 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 #CCAABD is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB204170189-
CMYK00.170.070.2
HSL326.47º25%73.33%-
HSV(B)326.47º16.67%80%-
XYZ48.4645.2654.33-
YUV182.33131.76143.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 189 (74.22% from 255) = 33.57%
R=36.23%
G=30.20%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417018900.170.070.2326.472573.33
HexCCAABD0117141461949
Octal31425227502172450631111
Binary11001100101010101011110101000111110100101000110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAABD; }

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

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

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

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

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

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

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

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