#C9919A

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

Shades of Viola #C9919A

Tints of Viola #C9919A

Color information

#C9919A (or 0xC9919A) is unknown color: approx Viola. HEX triplet: C9, 91 and 9A. RGB value is (201,145,154). Sum of RGB (Red+Green+Blue) = 201+145+154=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C9919A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9919A is #366E65. Grayscale: #A2A2A2. Windows color (decimal): -3567206 or 10129865. OLE color: 10129865.

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

Color convert

RGB201145154-
CMYK00.280.230.21
HSL350.36º34.15%67.84%-
HSV(B)350.36º27.86%78.82%-
XYZ40.053535.22-
YUV162.77123.05155.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.2%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=40.2%
G=29%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114515400.280.230.21350.3634.1567.84
HexC9919A01C171515e2244
Octal311221232034272553642104
Binary11001001100100011001101001110010111101011010111101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9919A; }

 p { color: rgb(201,145,154); }

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

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

 a { background-color: rgb(201,145,154); }

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

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

 span { border-color: rgb(201,145,154); }

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