#CC90A1

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

Shades of Viola #CC90A1

Tints of Viola #CC90A1

Color information

#CC90A1 (or 0xCC90A1) is unknown color: approx Viola. HEX triplet: CC, 90 and A1. RGB value is (204,144,161). Sum of RGB (Red+Green+Blue) = 204+144+161=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC90A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC90A1 is #336F5E. Grayscale: #A3A3A3. Windows color (decimal): -3370847 or 10588364. OLE color: 10588364.

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

Color convert

RGB204144161-
CMYK00.290.210.2
HSL343º37.04%68.24%-
HSV(B)343º29.41%80%-
XYZ41.3135.3638.37-
YUV163.88126.38156.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=40.08%
G=28.29%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414416100.290.210.234337.0468.24
HexCC90A101D15141572544
Octal314220241035252452745104
Binary11001100100100001010000101110110101101001010101111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90A1; }

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

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

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

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

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

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

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

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