#C2899F

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

Shades of Viola #C2899F

Tints of Viola #C2899F

Color information

#C2899F (or 0xC2899F) is unknown color: approx Viola. HEX triplet: C2, 89 and 9F. RGB value is (194,137,159). Sum of RGB (Red+Green+Blue) = 194+137+159=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2899F is #3D7660. Grayscale: #9C9C9C. Windows color (decimal): -4028001 or 10455490. OLE color: 10455490.

HSL color Cylindrical-coordinate representation of color #C2899F: hue angle of 336.84º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2899F is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB194137159-
CMYK00.290.180.24
HSL336.84º31.84%64.9%-
HSV(B)336.84º29.38%76.08%-
XYZ37.4531.8636.98-
YUV156.55129.38154.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 159 (62.5% from 255) = 32.45%
R=39.59%
G=27.96%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413715900.290.180.24336.8431.8464.9
HexC2899F01D12181512041
Octal302211237035223052140101
Binary11000010100010011001111101110110010110001010100011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2899F; }

 p { color: rgb(194,137,159); }

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

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

 a { background-color: rgb(194,137,159); }

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

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

 span { border-color: rgb(194,137,159); }

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