#C992AA

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

Shades of Viola #C992AA

Tints of Viola #C992AA

Color information

#C992AA (or 0xC992AA) is unknown color: approx Viola. HEX triplet: C9, 92 and AA. RGB value is (201,146,170). Sum of RGB (Red+Green+Blue) = 201+146+170=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C992AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992AA is #366D55. Grayscale: #A5A5A5. Windows color (decimal): -3566934 or 11178697. OLE color: 11178697.

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

Color convert

RGB201146170-
CMYK00.270.150.21
HSL333.82º33.74%68.04%-
HSV(B)333.82º27.36%78.82%-
XYZ41.6235.8842.76-
YUV165.18130.72153.55-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 170 (66.80% from 255) = 32.88%
R=38.88%
G=28.24%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114617000.270.150.21333.8233.7468.04
HexC992AA01BF1514e2244
Octal311222252033172551642104
Binary1100100110010010101010100110111111101011010011101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C992AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C992AA; }

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

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

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

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

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

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

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

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