#C1859A

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

Shades of Viola #C1859A

Tints of Viola #C1859A

Color information

#C1859A (or 0xC1859A) is unknown color: approx Viola. HEX triplet: C1, 85 and 9A. RGB value is (193,133,154). Sum of RGB (Red+Green+Blue) = 193+133+154=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C1859A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1859A is #3E7A65. Grayscale: #999999. Windows color (decimal): -4094566 or 10126785. OLE color: 10126785.

HSL color Cylindrical-coordinate representation of color #C1859A: hue angle of 339º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1859A is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB193133154-
CMYK00.310.200.24
HSL339º32.61%63.92%-
HSV(B)339º31.09%75.69%-
XYZ36.2130.4534.54-
YUV153.33128.38156.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 154 (60.55% from 255) = 32.08%
R=40.21%
G=27.71%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313315400.310.200.2433932.6163.92
HexC1859A01F14181532140
Octal301205232037243052341100
Binary11000001100001011001101001111110100110001010100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1859A; }

 p { color: rgb(193,133,154); }

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

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

 a { background-color: rgb(193,133,154); }

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

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

 span { border-color: rgb(193,133,154); }

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