#cc90aa

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

Shades of Viola #CC90AA

Tints of Viola #CC90AA

Color information

#CC90AA (or 0xCC90AA) is unknown color: approx Viola. HEX triplet: CC, 90 and AA. RGB value is (204,144,170). Sum of RGB (Red+Green+Blue) = 204+144+170=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC90AA is #336F55. Grayscale: #A4A4A4. Windows color (decimal): -3370838 or 11178188. OLE color: 11178188.

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

Color convert

RGB204144170-
CMYK00.290.170.2
HSL334º37.04%68.24%-
HSV(B)334º29.41%80%-
XYZ42.1335.6942.7-
YUV164.9130.88155.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.38%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=39.38%
G=27.80%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414417000.290.170.233437.0468.24
HexCC90AA01D111414e2544
Octal314220252035212451645104
Binary11001100100100001010101001110110001101001010011101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc90aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc90aa; }

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

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

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

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

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

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

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

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