#C28F98

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

Shades of Viola #C28F98

Tints of Viola #C28F98

Color information

#C28F98 (or 0xC28F98) is unknown color: approx Viola. HEX triplet: C2, 8F and 98. RGB value is (194,143,152). Sum of RGB (Red+Green+Blue) = 194+143+152=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F98 is #3D7067. Grayscale: #9F9F9F. Windows color (decimal): -4026472 or 9998274. OLE color: 9998274.

HSL color Cylindrical-coordinate representation of color #C28F98: hue angle of 349.41º 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 #C28F98 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB194143152-
CMYK00.260.220.24
HSL349.41º29.48%66.08%-
HSV(B)349.41º26.29%76.08%-
XYZ37.7433.3834.16-
YUV159.28123.9152.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 143 (56.25% from 255) = 29.24%
BLUE value IS 152 (59.77% from 255) = 31.08%
R=39.67%
G=29.24%
B=31.08%

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
Decimal19414315200.260.220.24349.4129.4866.08
HexC28F9801A161815d1d42
Octal302217230032263053535102
Binary1100001010001111100110000110101011011000101011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F98; }

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

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

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

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

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

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

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

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