#C993A4

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

Shades of Viola #C993A4

Tints of Viola #C993A4

Color information

#C993A4 (or 0xC993A4) is unknown color: approx Viola. HEX triplet: C9, 93 and A4. RGB value is (201,147,164). Sum of RGB (Red+Green+Blue) = 201+147+164=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C993A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C993A4 is #366C5B. Grayscale: #A5A5A5. Windows color (decimal): -3566684 or 10785737. OLE color: 10785737.

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

Color convert

RGB201147164-
CMYK00.270.180.21
HSL341.11º33.33%68.24%-
HSV(B)341.11º26.87%78.82%-
XYZ41.2235.9739.89-
YUV165.08127.39153.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 147 (57.81% from 255) = 28.71%
BLUE value IS 164 (64.45% from 255) = 32.03%
R=39.26%
G=28.71%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114716400.270.180.21341.1133.3368.24
HexC993A401B12151552144
Octal311223244033222552541104
Binary11001001100100111010010001101110010101011010101011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C993A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C993A4; }

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

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

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

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

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

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

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

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