#C9929D

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

Shades of Viola #C9929D

Tints of Viola #C9929D

Color information

#C9929D (or 0xC9929D) is unknown color: approx Viola. HEX triplet: C9, 92 and 9D. RGB value is (201,146,157). Sum of RGB (Red+Green+Blue) = 201+146+157=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C9929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9929D is #366D62. Grayscale: #A3A3A3. Windows color (decimal): -3566947 or 10326729. OLE color: 10326729.

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

Color convert

RGB201146157-
CMYK00.270.220.21
HSL348º33.74%68.04%-
HSV(B)348º27.36%78.82%-
XYZ40.4535.4136.6-
YUV163.7124.22154.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.88%
GREEN value IS 146 (57.42% from 255) = 28.97%
BLUE value IS 157 (61.72% from 255) = 31.15%
R=39.88%
G=28.97%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114615700.270.220.2134833.7468.04
HexC9929D01B161515c2244
Octal311222235033262553442104
Binary11001001100100101001110101101110110101011010111001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9929D; }

 p { color: rgb(201,146,157); }

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

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

 a { background-color: rgb(201,146,157); }

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

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

 span { border-color: rgb(201,146,157); }

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