#C992A2

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

Shades of Viola #C992A2

Tints of Viola #C992A2

Color information

#C992A2 (or 0xC992A2) is unknown color: approx Viola. HEX triplet: C9, 92 and A2. RGB value is (201,146,162). Sum of RGB (Red+Green+Blue) = 201+146+162=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C992A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992A2 is #366D5D. Grayscale: #A4A4A4. Windows color (decimal): -3566942 or 10654409. OLE color: 10654409.

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

Color convert

RGB201146162-
CMYK00.270.190.21
HSL342.55º33.74%68.04%-
HSV(B)342.55º27.36%78.82%-
XYZ40.8935.5838.9-
YUV164.27126.72154.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.49%
GREEN value IS 146 (57.42% from 255) = 28.68%
BLUE value IS 162 (63.67% from 255) = 31.83%
R=39.49%
G=28.68%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114616200.270.190.21342.5533.7468.04
HexC992A201B13151572244
Octal311222242033232552742104
Binary11001001100100101010001001101110011101011010101111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C992A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C992A2; }

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

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

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

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

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

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

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

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