#C1859C

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

Shades of Viola #C1859C

Tints of Viola #C1859C

Color information

#C1859C (or 0xC1859C) is unknown color: approx Viola. HEX triplet: C1, 85 and 9C. RGB value is (193,133,156). Sum of RGB (Red+Green+Blue) = 193+133+156=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C1859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1859C is #3E7A63. Grayscale: #999999. Windows color (decimal): -4094564 or 10257857. OLE color: 10257857.

HSL color Cylindrical-coordinate representation of color #C1859C: hue angle of 337º 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 #C1859C is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB193133156-
CMYK00.310.190.24
HSL337º32.61%63.92%-
HSV(B)337º31.09%75.69%-
XYZ36.3830.5135.42-
YUV153.56129.38156.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.04%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=40.04%
G=27.59%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313315600.310.190.2433732.6163.92
HexC1859C01F13181512140
Octal301205234037233052141100
Binary11000001100001011001110001111110011110001010100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1859C; }

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

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

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

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

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

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

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

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