#CC90A4

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

Shades of Viola #CC90A4

Tints of Viola #CC90A4

Color information

#CC90A4 (or 0xCC90A4) is unknown color: approx Viola. HEX triplet: CC, 90 and A4. RGB value is (204,144,164). Sum of RGB (Red+Green+Blue) = 204+144+164=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC90A4 is #336F5B. Grayscale: #A4A4A4. Windows color (decimal): -3370844 or 10784972. OLE color: 10784972.

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

Color convert

RGB204144164-
CMYK00.290.200.2
HSL340º37.04%68.24%-
HSV(B)340º29.41%80%-
XYZ41.5835.4639.78-
YUV164.22127.88156.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.84%
GREEN value IS 144 (56.64% from 255) = 28.12%
BLUE value IS 164 (64.45% from 255) = 32.03%
R=39.84%
G=28.12%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414416400.290.200.234037.0468.24
HexCC90A401D14141542544
Octal314220244035242452445104
Binary11001100100100001010010001110110100101001010101001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90A4; }

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

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

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

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

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

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

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

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