#CC99AB

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

Shades of Viola #CC99AB

Tints of Viola #CC99AB

Color information

#CC99AB (or 0xCC99AB) is unknown color: approx Viola. HEX triplet: CC, 99 and AB. RGB value is (204,153,171). Sum of RGB (Red+Green+Blue) = 204+153+171=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC99AB is #336654. Grayscale: #AAAAAA. Windows color (decimal): -3368533 or 11246028. OLE color: 11246028.

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

Color convert

RGB204153171-
CMYK00.250.160.2
HSL338.82º33.33%70%-
HSV(B)338.82º25%80%-
XYZ43.6438.5643.67-
YUV170.3128.4152.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 171 (67.19% from 255) = 32.39%
R=38.64%
G=28.98%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415317100.250.160.2338.8233.3370
HexCC99AB01910141532146
Octal314231253031202452341106
Binary11001100100110011010101101100110000101001010100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC99AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC99AB; }

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

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

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

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

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

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

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

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