#CCAAC3

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

Shades of Maverick #CCAAC3

Tints of Maverick #CCAAC3

Color information

#CCAAC3 (or 0xCCAAC3) is unknown color: approx Maverick. HEX triplet: CC, AA and C3. RGB value is (204,170,195). Sum of RGB (Red+Green+Blue) = 204+170+195=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAC3 is #33553C. Grayscale: #B6B6B6. Windows color (decimal): -3364157 or 12823244. OLE color: 12823244.

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

Color convert

RGB204170195-
CMYK00.170.040.2
HSL315.88º25%73.33%-
HSV(B)315.88º16.67%80%-
XYZ49.1345.5357.83-
YUV183.02134.76142.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=35.85%
G=29.88%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417019500.170.040.2315.882573.33
HexCCAAC301141413c1949
Octal31425230302142447431111
Binary11001100101010101100001101000110010100100111100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAC3; }

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

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

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

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

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

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

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

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