#C9919B

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

Shades of Viola #C9919B

Tints of Viola #C9919B

Color information

#C9919B (or 0xC9919B) is unknown color: approx Viola. HEX triplet: C9, 91 and 9B. RGB value is (201,145,155). Sum of RGB (Red+Green+Blue) = 201+145+155=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C9919B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9919B is #366E64. Grayscale: #A2A2A2. Windows color (decimal): -3567205 or 10195401. OLE color: 10195401.

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

Color convert

RGB201145155-
CMYK00.280.230.21
HSL349.29º34.15%67.84%-
HSV(B)349.29º27.86%78.82%-
XYZ40.1335.0335.66-
YUV162.88123.55155.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=40.12%
G=28.94%
B=30.94%

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
Decimal20114515500.280.230.21349.2934.1567.84
HexC9919B01C171515d2244
Octal311221233034272553542104
Binary11001001100100011001101101110010111101011010111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9919B; }

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

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

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

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

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

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

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

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