#C994A0

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

Shades of Viola #C994A0

Tints of Viola #C994A0

Color information

#C994A0 (or 0xC994A0) is unknown color: approx Viola. HEX triplet: C9, 94 and A0. RGB value is (201,148,160). Sum of RGB (Red+Green+Blue) = 201+148+160=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C994A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C994A0 is #366B5F. Grayscale: #A5A5A5. Windows color (decimal): -3566432 or 10523849. OLE color: 10523849.

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

Color convert

RGB201148160-
CMYK00.260.200.21
HSL346.42º32.92%68.43%-
HSV(B)346.42º26.37%78.82%-
XYZ41.0236.1438.07-
YUV165.22125.06153.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.49%
GREEN value IS 148 (58.20% from 255) = 29.08%
BLUE value IS 160 (62.89% from 255) = 31.43%
R=39.49%
G=29.08%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114816000.260.200.21346.4232.9268.43
HexC994A001A141515a2144
Octal311224240032242553241104
Binary11001001100101001010000001101010100101011010110101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C994A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C994A0; }

 p { color: rgb(201,148,160); }

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

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

 a { background-color: rgb(201,148,160); }

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

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

 span { border-color: rgb(201,148,160); }

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