#C985A7

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

Shades of Viola #C985A7

Tints of Viola #C985A7

Color information

#C985A7 (or 0xC985A7) is unknown color: approx Viola. HEX triplet: C9, 85 and A7. RGB value is (201,133,167). Sum of RGB (Red+Green+Blue) = 201+133+167=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 201 - color contains mainly: red. Hex color #C985A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C985A7 is #367A58. Grayscale: #9D9D9D. Windows color (decimal): -3570265 or 10978761. OLE color: 10978761.

HSL color Cylindrical-coordinate representation of color #C985A7: hue angle of 330º 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 #C985A7 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB201133167-
CMYK00.340.170.21
HSL330º38.64%65.49%-
HSV(B)330º33.83%78.82%-
XYZ39.4531.9840.65-
YUV157.21133.53159.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.12%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 167 (65.62% from 255) = 33.33%
R=40.12%
G=26.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113316700.340.170.2133038.6465.49
HexC985A7022111514a2741
Octal311205247042212551247101
Binary110010011000010110100111010001010001101011010010101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C985A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C985A7; }

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

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

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

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

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

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

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

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