#C28F95

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

Shades of Viola #C28F95

Tints of Viola #C28F95

Color information

#C28F95 (or 0xC28F95) is unknown color: approx Viola. HEX triplet: C2, 8F and 95. RGB value is (194,143,149). Sum of RGB (Red+Green+Blue) = 194+143+149=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C28F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28F95 is #3D706A. Grayscale: #9E9E9E. Windows color (decimal): -4026475 or 9801666. OLE color: 9801666.

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

Color convert

RGB194143149-
CMYK00.260.230.24
HSL352.94º29.48%66.08%-
HSV(B)352.94º26.29%76.08%-
XYZ37.533.2832.88-
YUV158.93122.4153.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 149 (58.59% from 255) = 30.66%
R=39.92%
G=29.42%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414314900.260.230.24352.9429.4866.08
HexC28F9501A17181611d42
Octal302217225032273054135102
Binary1100001010001111100101010110101011111000101100001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28F95; }

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

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

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

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

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

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

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

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