#C0959D

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

Shades of Viola #C0959D

Tints of Viola #C0959D

Color information

#C0959D (or 0xC0959D) is unknown color: approx Viola. HEX triplet: C0, 95 and 9D. RGB value is (192,149,157). Sum of RGB (Red+Green+Blue) = 192+149+157=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0959D is #3F6A62. Grayscale: #A2A2A2. Windows color (decimal): -4156003 or 10327488. OLE color: 10327488.

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

Color convert

RGB192149157-
CMYK00.220.180.25
HSL348.84º25.44%66.86%-
HSV(B)348.84º22.4%75.29%-
XYZ38.5735.1436.65-
YUV162.77124.75148.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 157 (61.72% from 255) = 31.53%
R=38.55%
G=29.92%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214915700.220.180.25348.8425.4466.86
HexC0959D016121915d1943
Octal300225235026223153531103
Binary1100000010010101100111010101101001011001101011101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0959D; }

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

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

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

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

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

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

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

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