#CC90A3

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

Shades of Viola #CC90A3

Tints of Viola #CC90A3

Color information

#CC90A3 (or 0xCC90A3) is unknown color: approx Viola. HEX triplet: CC, 90 and A3. RGB value is (204,144,163). Sum of RGB (Red+Green+Blue) = 204+144+163=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC90A3 is #336F5C. Grayscale: #A4A4A4. Windows color (decimal): -3370845 or 10719436. OLE color: 10719436.

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

Color convert

RGB204144163-
CMYK00.290.200.2
HSL341º37.04%68.24%-
HSV(B)341º29.41%80%-
XYZ41.4935.4339.3-
YUV164.11127.38156.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.92%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 163 (64.06% from 255) = 31.90%
R=39.92%
G=28.18%
B=31.90%

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
Decimal20414416300.290.200.234137.0468.24
HexCC90A301D14141552544
Octal314220243035242452545104
Binary11001100100100001010001101110110100101001010101011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90A3; }

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

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

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

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

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

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

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

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