#CC93AA

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

Shades of Viola #CC93AA

Tints of Viola #CC93AA

Color information

#CC93AA (or 0xCC93AA) is unknown color: approx Viola. HEX triplet: CC, 93 and AA. RGB value is (204,147,170). Sum of RGB (Red+Green+Blue) = 204+147+170=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC93AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC93AA is #336C55. Grayscale: #A6A6A6. Windows color (decimal): -3370070 or 11178956. OLE color: 11178956.

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

Color convert

RGB204147170-
CMYK00.280.170.2
HSL335.79º35.85%68.82%-
HSV(B)335.79º27.94%80%-
XYZ42.5936.6142.85-
YUV166.66129.88154.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=39.16%
G=28.21%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414717000.280.170.2335.7935.8568.82
HexCC93AA01C11141502445
Octal314223252034212452044105
Binary11001100100100111010101001110010001101001010100001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC93AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC93AA; }

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

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

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

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

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

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

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

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