#C9929C

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

Shades of Viola #C9929C

Tints of Viola #C9929C

Color information

#C9929C (or 0xC9929C) is unknown color: approx Viola. HEX triplet: C9, 92 and 9C. RGB value is (201,146,156). Sum of RGB (Red+Green+Blue) = 201+146+156=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9929C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9929C is #366D63. Grayscale: #A3A3A3. Windows color (decimal): -3566948 or 10261193. OLE color: 10261193.

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

Color convert

RGB201146156-
CMYK00.270.220.21
HSL349.09º33.74%68.04%-
HSV(B)349.09º27.36%78.82%-
XYZ40.3735.3836.15-
YUV163.58123.72154.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 146 (57.42% from 255) = 29.03%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=39.96%
G=29.03%
B=31.01%

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
Decimal20114615600.270.220.21349.0933.7468.04
HexC9929C01B161515d2244
Octal311222234033262553542104
Binary11001001100100101001110001101110110101011010111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9929C; }

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

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

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

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

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

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

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

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