#C993A8

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

Shades of Viola #C993A8

Tints of Viola #C993A8

Color information

#C993A8 (or 0xC993A8) is unknown color: approx Viola. HEX triplet: C9, 93 and A8. RGB value is (201,147,168). Sum of RGB (Red+Green+Blue) = 201+147+168=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 201 - color contains mainly: red. Hex color #C993A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C993A8 is #366C57. Grayscale: #A5A5A5. Windows color (decimal): -3566680 or 11047881. OLE color: 11047881.

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

Color convert

RGB201147168-
CMYK00.270.160.21
HSL336.67º33.33%68.24%-
HSV(B)336.67º26.87%78.82%-
XYZ41.5936.1141.82-
YUV165.54129.39153.29-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.95%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 168 (66.02% from 255) = 32.56%
R=38.95%
G=28.49%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114716800.270.160.21336.6733.3368.24
HexC993A801B10151512144
Octal311223250033202552141104
Binary11001001100100111010100001101110000101011010100011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993A8; }

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

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

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

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

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

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

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

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