#C0879B

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

Shades of Viola #C0879B

Tints of Viola #C0879B

Color information

#C0879B (or 0xC0879B) is unknown color: approx Viola. HEX triplet: C0, 87 and 9B. RGB value is (192,135,155). Sum of RGB (Red+Green+Blue) = 192+135+155=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0879B is #3F7864. Grayscale: #9A9A9A. Windows color (decimal): -4159589 or 10192832. OLE color: 10192832.

HSL color Cylindrical-coordinate representation of color #C0879B: hue angle of 338.95º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0879B is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB192135155-
CMYK00.300.190.25
HSL338.95º31.15%64.12%-
HSV(B)338.95º29.69%75.29%-
XYZ36.3230.935.06-
YUV154.32128.38154.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 155 (60.94% from 255) = 32.16%
R=39.83%
G=28.01%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213515500.300.190.25338.9531.1564.12
HexC0879B01E13191531f40
Octal300207233036233152337100
Binary1100000010000111100110110111101001111001101010011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0879B; }

 p { color: rgb(192,135,155); }

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

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

 a { background-color: rgb(192,135,155); }

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

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

 span { border-color: rgb(192,135,155); }

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