#C29098

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

Shades of Viola #C29098

Tints of Viola #C29098

Color information

#C29098 (or 0xC29098) is unknown color: approx Viola. HEX triplet: C2, 90 and 98. RGB value is (194,144,152). Sum of RGB (Red+Green+Blue) = 194+144+152=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C29098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29098 is #3D6F67. Grayscale: #9F9F9F. Windows color (decimal): -4026216 or 9998530. OLE color: 9998530.

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

Color convert

RGB194144152-
CMYK00.260.220.24
HSL350.4º29.07%66.27%-
HSV(B)350.4º25.77%76.08%-
XYZ37.8933.6834.21-
YUV159.86123.56152.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 152 (59.77% from 255) = 31.02%
R=39.59%
G=29.39%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414415200.260.220.24350.429.0766.27
HexC2909801A161815e1d42
Octal302220230032263053635102
Binary1100001010010000100110000110101011011000101011110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29098; }

 p { color: rgb(194,144,152); }

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

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

 a { background-color: rgb(194,144,152); }

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

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

 span { border-color: rgb(194,144,152); }

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