#C992A4

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

Shades of Viola #C992A4

Tints of Viola #C992A4

Color information

#C992A4 (or 0xC992A4) is unknown color: approx Viola. HEX triplet: C9, 92 and A4. RGB value is (201,146,164). Sum of RGB (Red+Green+Blue) = 201+146+164=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 201 - color contains mainly: red. Hex color #C992A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C992A4 is #366D5B. Grayscale: #A4A4A4. Windows color (decimal): -3566940 or 10785481. OLE color: 10785481.

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

Color convert

RGB201146164-
CMYK00.270.180.21
HSL340.36º33.74%68.04%-
HSV(B)340.36º27.36%78.82%-
XYZ41.0735.6639.84-
YUV164.5127.72154.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.33%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=39.33%
G=28.57%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114616400.270.180.21340.3633.7468.04
HexC992A401B12151542244
Octal311222244033222552442104
Binary11001001100100101010010001101110010101011010101001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C992A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C992A4; }

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

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

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

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

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

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

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

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