#C991AA

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

Shades of Viola #C991AA

Tints of Viola #C991AA

Color information

#C991AA (or 0xC991AA) is unknown color: approx Viola. HEX triplet: C9, 91 and AA. RGB value is (201,145,170). Sum of RGB (Red+Green+Blue) = 201+145+170=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C991AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C991AA is #366E55. Grayscale: #A4A4A4. Windows color (decimal): -3567190 or 11178441. OLE color: 11178441.

HSL color Cylindrical-coordinate representation of color #C991AA: hue angle of 333.21º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C991AA is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201145170-
CMYK00.280.150.21
HSL333.21º34.15%67.84%-
HSV(B)333.21º27.86%78.82%-
XYZ41.4735.5742.71-
YUV164.59131.05153.97-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 145 (57.03% from 255) = 28.10%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=38.95%
G=28.10%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114517000.280.150.21333.2134.1567.84
HexC991AA01CF1514d2244
Octal311221252034172551542104
Binary1100100110010001101010100111001111101011010011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C991AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C991AA; }

 p { color: rgb(201,145,170); }

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

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

 a { background-color: rgb(201,145,170); }

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

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

 span { border-color: rgb(201,145,170); }

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