#C993AA

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

Shades of Viola #C993AA

Tints of Viola #C993AA

Color information

#C993AA (or 0xC993AA) is unknown color: approx Viola. HEX triplet: C9, 93 and AA. RGB value is (201,147,170). Sum of RGB (Red+Green+Blue) = 201+147+170=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 201 - color contains mainly: red. Hex color #C993AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C993AA is #366C55. Grayscale: #A5A5A5. Windows color (decimal): -3566678 or 11178953. OLE color: 11178953.

HSL color Cylindrical-coordinate representation of color #C993AA: hue angle of 334.44º degrees, saturation: 0.33, 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 #C993AA is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201147170-
CMYK00.270.150.21
HSL334.44º33.33%68.24%-
HSV(B)334.44º26.87%78.82%-
XYZ41.7836.1942.81-
YUV165.77130.39153.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.80%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=38.80%
G=28.38%
B=32.82%

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
Decimal20114717000.270.150.21334.4433.3368.24
HexC993AA01BF1514e2144
Octal311223252033172551641104
Binary1100100110010011101010100110111111101011010011101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993AA; }

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

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

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

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

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

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

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

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