#C086A5

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

Shades of Viola #C086A5

Tints of Viola #C086A5

Color information

#C086A5 (or 0xC086A5) is unknown color: approx Viola. HEX triplet: C0, 86 and A5. RGB value is (192,134,165). Sum of RGB (Red+Green+Blue) = 192+134+165=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C086A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C086A5 is #3F795A. Grayscale: #9A9A9A. Windows color (decimal): -4159835 or 10847936. OLE color: 10847936.

HSL color Cylindrical-coordinate representation of color #C086A5: hue angle of 327.93º degrees, saturation: 0.32, 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 #C086A5 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB192134165-
CMYK00.300.140.25
HSL327.93º31.52%63.92%-
HSV(B)327.93º30.21%75.29%-
XYZ37.0530.9739.62-
YUV154.88133.72154.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.10%
GREEN value IS 134 (52.73% from 255) = 27.29%
BLUE value IS 165 (64.84% from 255) = 33.60%
R=39.10%
G=27.29%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213416500.300.140.25327.9331.5263.92
HexC086A501EE191482040
Octal300206245036163151040100
Binary1100000010000110101001010111101110110011010010001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C086A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C086A5; }

 p { color: rgb(192,134,165); }

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

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

 a { background-color: rgb(192,134,165); }

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

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

 span { border-color: rgb(192,134,165); }

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