#CC90A0

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

Shades of Viola #CC90A0

Tints of Viola #CC90A0

Color information

#CC90A0 (or 0xCC90A0) is unknown color: approx Viola. HEX triplet: CC, 90 and A0. RGB value is (204,144,160). Sum of RGB (Red+Green+Blue) = 204+144+160=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC90A0 is #336F5F. Grayscale: #A3A3A3. Windows color (decimal): -3370848 or 10522828. OLE color: 10522828.

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

Color convert

RGB204144160-
CMYK00.290.220.2
HSL344º37.04%68.24%-
HSV(B)344º29.41%80%-
XYZ41.2235.3237.9-
YUV163.76125.88156.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 160 (62.89% from 255) = 31.50%
R=40.16%
G=28.35%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414416000.290.220.234437.0468.24
HexCC90A001D16141582544
Octal314220240035262453045104
Binary11001100100100001010000001110110110101001010110001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90A0; }

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

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

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

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

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

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

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

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