#C0849C

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

Shades of Viola #C0849C

Tints of Viola #C0849C

Color information

#C0849C (or 0xC0849C) is unknown color: approx Viola. HEX triplet: C0, 84 and 9C. RGB value is (192,132,156). Sum of RGB (Red+Green+Blue) = 192+132+156=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0849C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0849C is #3F7B63. Grayscale: #989898. Windows color (decimal): -4160356 or 10257600. OLE color: 10257600.

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

Color convert

RGB192132156-
CMYK00.310.190.25
HSL336º32.26%63.53%-
HSV(B)336º31.25%75.29%-
XYZ35.9930.1135.37-
YUV152.68129.88156.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 156 (61.33% from 255) = 32.5%
R=40%
G=27.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213215600.310.190.2533632.2663.53
HexC0849C01F13191502040
Octal300204234037233152040100
Binary11000000100001001001110001111110011110011010100001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0849C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0849C; }

 p { color: rgb(192,132,156); }

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

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

 a { background-color: rgb(192,132,156); }

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

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

 span { border-color: rgb(192,132,156); }

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