#CC90A5

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

Shades of Viola #CC90A5

Tints of Viola #CC90A5

Color information

#CC90A5 (or 0xCC90A5) is unknown color: approx Viola. HEX triplet: CC, 90 and A5. RGB value is (204,144,165). Sum of RGB (Red+Green+Blue) = 204+144+165=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC90A5 is #336F5A. Grayscale: #A4A4A4. Windows color (decimal): -3370843 or 10850508. OLE color: 10850508.

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

Color convert

RGB204144165-
CMYK00.290.190.2
HSL339º37.04%68.24%-
HSV(B)339º29.41%80%-
XYZ41.6735.540.25-
YUV164.33128.38156.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.77%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 165 (64.84% from 255) = 32.16%
R=39.77%
G=28.07%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414416500.290.190.233937.0468.24
HexCC90A501D13141532544
Octal314220245035232452345104
Binary11001100100100001010010101110110011101001010100111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90A5; }

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

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

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

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

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

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

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

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