#C985A9

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

Shades of Viola #C985A9

Tints of Viola #C985A9

Color information

#C985A9 (or 0xC985A9) is unknown color: approx Viola. HEX triplet: C9, 85 and A9. RGB value is (201,133,169). Sum of RGB (Red+Green+Blue) = 201+133+169=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C985A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C985A9 is #367A56. Grayscale: #9D9D9D. Windows color (decimal): -3570263 or 11109833. OLE color: 11109833.

HSL color Cylindrical-coordinate representation of color #C985A9: hue angle of 328.24º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C985A9 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB201133169-
CMYK00.340.160.21
HSL328.24º38.64%65.49%-
HSV(B)328.24º33.83%78.82%-
XYZ39.6432.0641.63-
YUV157.44134.53159.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 169 (66.41% from 255) = 33.60%
R=39.96%
G=26.44%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113316900.340.160.21328.2438.6465.49
HexC985A902210151482741
Octal311205251042202551047101
Binary110010011000010110101001010001010000101011010010001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C985A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C985A9; }

 p { color: rgb(201,133,169); }

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

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

 a { background-color: rgb(201,133,169); }

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

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

 span { border-color: rgb(201,133,169); }

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