#C080A0

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

Shades of Viola #C080A0

Tints of Viola #C080A0

Color information

#C080A0 (or 0xC080A0) is unknown color: approx Viola. HEX triplet: C0, 80 and A0. RGB value is (192,128,160). Sum of RGB (Red+Green+Blue) = 192+128+160=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C080A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080A0 is #3F7F5F. Grayscale: #969696. Windows color (decimal): -4161376 or 10518720. OLE color: 10518720.

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

Color convert

RGB192128160-
CMYK00.330.170.25
HSL330º33.68%62.75%-
HSV(B)330º33.33%75.29%-
XYZ35.829.1837-
YUV150.78133.2157.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 160 (62.89% from 255) = 33.33%
R=40%
G=26.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212816000.330.170.2533033.6862.75
HexC080A0021111914a223f
Octal30020024004121315124277
Binary11000000100000001010000001000011000111001101001010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C080A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C080A0; }

 p { color: rgb(192,128,160); }

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

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

 a { background-color: rgb(192,128,160); }

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

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

 span { border-color: rgb(192,128,160); }

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