#CCAAC5

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

Shades of Maverick #CCAAC5

Tints of Maverick #CCAAC5

Color information

#CCAAC5 (or 0xCCAAC5) is unknown color: approx Maverick. HEX triplet: CC, AA and C5. RGB value is (204,170,197). Sum of RGB (Red+Green+Blue) = 204+170+197=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAC5 is #33553A. Grayscale: #B7B7B7. Windows color (decimal): -3364155 or 12954316. OLE color: 12954316.

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

Color convert

RGB204170197-
CMYK00.170.030.2
HSL312.35º25%73.33%-
HSV(B)312.35º16.67%80%-
XYZ49.3545.6259.03-
YUV183.24135.76142.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 197 (77.34% from 255) = 34.50%
R=35.73%
G=29.77%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417019700.170.030.2312.352573.33
HexCCAAC50113141381949
Octal31425230502132447031111
Binary1100110010101010110001010100011110100100111000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAC5; }

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

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

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

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

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

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

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

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