#C28F99

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

Shades of Viola #C28F99

Tints of Viola #C28F99

Color information

#C28F99 (or 0xC28F99) is unknown color: approx Viola. HEX triplet: C2, 8F and 99. RGB value is (194,143,153). Sum of RGB (Red+Green+Blue) = 194+143+153=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F99 is #3D7066. Grayscale: #9F9F9F. Windows color (decimal): -4026471 or 10063810. OLE color: 10063810.

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

Color convert

RGB194143153-
CMYK00.260.210.24
HSL348.24º29.48%66.08%-
HSV(B)348.24º26.29%76.08%-
XYZ37.8233.4134.59-
YUV159.39124.4152.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=39.59%
G=29.18%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414315300.260.210.24348.2429.4866.08
HexC28F9901A151815c1d42
Octal302217231032253053435102
Binary1100001010001111100110010110101010111000101011100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F99; }

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

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

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

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

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

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

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

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