#C0959F

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

Shades of Viola #C0959F

Tints of Viola #C0959F

Color information

#C0959F (or 0xC0959F) is unknown color: approx Viola. HEX triplet: C0, 95 and 9F. RGB value is (192,149,159). Sum of RGB (Red+Green+Blue) = 192+149+159=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0959F is #3F6A60. Grayscale: #A3A3A3. Windows color (decimal): -4156001 or 10458560. OLE color: 10458560.

HSL color Cylindrical-coordinate representation of color #C0959F: hue angle of 346.05º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0959F is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB192149159-
CMYK00.220.170.25
HSL346.05º25.44%66.86%-
HSV(B)346.05º22.4%75.29%-
XYZ38.7435.237.55-
YUV163125.75148.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.4%
GREEN value IS 149 (58.59% from 255) = 29.8%
BLUE value IS 159 (62.5% from 255) = 31.8%
R=38.4%
G=29.8%
B=31.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214915900.220.170.25346.0525.4466.86
HexC0959F016111915a1943
Octal300225237026213153231103
Binary1100000010010101100111110101101000111001101011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0959F; }

 p { color: rgb(192,149,159); }

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

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

 a { background-color: rgb(192,149,159); }

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

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

 span { border-color: rgb(192,149,159); }

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