#CC99AA

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

Shades of Viola #CC99AA

Tints of Viola #CC99AA

Color information

#CC99AA (or 0xCC99AA) is unknown color: approx Viola. HEX triplet: CC, 99 and AA. RGB value is (204,153,170). Sum of RGB (Red+Green+Blue) = 204+153+170=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC99AA is #336655. Grayscale: #AAAAAA. Windows color (decimal): -3368534 or 11180492. OLE color: 11180492.

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

Color convert

RGB204153170-
CMYK00.250.170.2
HSL340º33.33%70%-
HSV(B)340º25%80%-
XYZ43.5538.5243.17-
YUV170.19127.9152.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 153 (60.16% from 255) = 29.03%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=38.71%
G=29.03%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415317000.250.170.234033.3370
HexCC99AA01911141542146
Octal314231252031212452441106
Binary11001100100110011010101001100110001101001010101001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99AA; }

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

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

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

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

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

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

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

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