#CC99A9

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

Shades of Viola #CC99A9

Tints of Viola #CC99A9

Color information

#CC99A9 (or 0xCC99A9) is unknown color: approx Viola. HEX triplet: CC, 99 and A9. RGB value is (204,153,169). Sum of RGB (Red+Green+Blue) = 204+153+169=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC99A9 is #336656. Grayscale: #AAAAAA. Windows color (decimal): -3368535 or 11114956. OLE color: 11114956.

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

Color convert

RGB204153169-
CMYK00.250.170.2
HSL341.18º33.33%70%-
HSV(B)341.18º25%80%-
XYZ43.4538.4842.67-
YUV170.07127.4152.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=38.78%
G=29.09%
B=32.13%

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
Decimal20415316900.250.170.2341.1833.3370
HexCC99A901911141552146
Octal314231251031212452541106
Binary11001100100110011010100101100110001101001010101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99A9; }

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

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

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

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

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

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

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

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