#c994a4

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

Shades of Viola #C994A4

Tints of Viola #C994A4

Color information

#C994A4 (or 0xC994A4) is unknown color: approx Viola. HEX triplet: C9, 94 and A4. RGB value is (201,148,164). Sum of RGB (Red+Green+Blue) = 201+148+164=513 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.18% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 201 - color contains mainly: red. Hex color #C994A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C994A4 is #366B5B. Grayscale: #A5A5A5. Windows color (decimal): -3566428 or 10785993. OLE color: 10785993.

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

Color convert

RGB201148164-
CMYK00.260.180.21
HSL341.89º32.92%68.43%-
HSV(B)341.89º26.37%78.82%-
XYZ41.3836.2839.94-
YUV165.67127.06153.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.18%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 164 (64.45% from 255) = 31.97%
R=39.18%
G=28.85%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114816400.260.180.21341.8932.9268.43
HexC994A401A12151562144
Octal311224244032222552641104
Binary11001001100101001010010001101010010101011010101101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c994a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c994a4; }

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

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

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

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

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

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

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

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