#CCAABB

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

Shades of Maverick #CCAABB

Tints of Maverick #CCAABB

Color information

#CCAABB (or 0xCCAABB) is unknown color: approx Maverick. HEX triplet: CC, AA and BB. RGB value is (204,170,187). Sum of RGB (Red+Green+Blue) = 204+170+187=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAABB is #335544. Grayscale: #B6B6B6. Windows color (decimal): -3364165 or 12298956. OLE color: 12298956.

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

Color convert

RGB204170187-
CMYK00.170.080.2
HSL330º25%73.33%-
HSV(B)330º16.67%80%-
XYZ48.2545.1753.19-
YUV182.1130.76143.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=36.36%
G=30.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417018700.170.080.23302573.33
HexCCAABB01181414a1949
Octal314252273021102451231111
Binary110011001010101010111011010001100010100101001010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAABB; }

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

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

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

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

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

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

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

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