#C994A8

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

Shades of Viola #C994A8

Tints of Viola #C994A8

Color information

#C994A8 (or 0xC994A8) is unknown color: approx Viola. HEX triplet: C9, 94 and A8. RGB value is (201,148,168). Sum of RGB (Red+Green+Blue) = 201+148+168=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C994A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C994A8 is #366B57. Grayscale: #A6A6A6. Windows color (decimal): -3566424 or 11048137. OLE color: 11048137.

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

Color convert

RGB201148168-
CMYK00.260.160.21
HSL337.36º32.92%68.43%-
HSV(B)337.36º26.37%78.82%-
XYZ41.7536.4241.88-
YUV166.13129.06152.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=38.88%
G=28.63%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114816800.260.160.21337.3632.9268.43
HexC994A801A10151512144
Octal311224250032202552141104
Binary11001001100101001010100001101010000101011010100011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C994A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C994A8; }

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

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

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

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

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

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

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

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