#C28D9A

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

Shades of Viola #C28D9A

Tints of Viola #C28D9A

Color information

#C28D9A (or 0xC28D9A) is unknown color: approx Viola. HEX triplet: C2, 8D and 9A. RGB value is (194,141,154). Sum of RGB (Red+Green+Blue) = 194+141+154=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28D9A is #3D7265. Grayscale: #9E9E9E. Windows color (decimal): -4026982 or 10128834. OLE color: 10128834.

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

Color convert

RGB194141154-
CMYK00.270.210.24
HSL345.28º30.29%65.69%-
HSV(B)345.28º27.32%76.08%-
XYZ37.6132.8534.93-
YUV158.33125.56153.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=39.67%
G=28.83%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414115400.270.210.24345.2830.2965.69
HexC28D9A01B15181591e42
Octal302215232033253053136102
Binary1100001010001101100110100110111010111000101011001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28D9A; }

 p { color: rgb(194,141,154); }

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

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

 a { background-color: rgb(194,141,154); }

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

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

 span { border-color: rgb(194,141,154); }

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