#C994A1

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

Shades of Viola #C994A1

Tints of Viola #C994A1

Color information

#C994A1 (or 0xC994A1) is unknown color: approx Viola. HEX triplet: C9, 94 and A1. RGB value is (201,148,161). Sum of RGB (Red+Green+Blue) = 201+148+161=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C994A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C994A1 is #366B5E. Grayscale: #A5A5A5. Windows color (decimal): -3566431 or 10589385. OLE color: 10589385.

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

Color convert

RGB201148161-
CMYK00.260.200.21
HSL345.28º32.92%68.43%-
HSV(B)345.28º26.37%78.82%-
XYZ41.1136.1738.53-
YUV165.33125.56153.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.41%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 161 (63.28% from 255) = 31.57%
R=39.41%
G=29.02%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114816100.260.200.21345.2832.9268.43
HexC994A101A14151592144
Octal311224241032242553141104
Binary11001001100101001010000101101010100101011010110011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C994A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C994A1; }

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

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

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

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

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

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

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

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