#CD96A9

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

Shades of Viola #CD96A9

Tints of Viola #CD96A9

Color information

#CD96A9 (or 0xCD96A9) is unknown color: approx Viola. HEX triplet: CD, 96 and A9. RGB value is (205,150,169). Sum of RGB (Red+Green+Blue) = 205+150+169=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 169 (66.41% from 255 or 32.25% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD96A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD96A9 is #326956. Grayscale: #A8A8A8. Windows color (decimal): -3303767 or 11114189. OLE color: 11114189.

HSL color Cylindrical-coordinate representation of color #CD96A9: hue angle of 339.27º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD96A9 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205150169-
CMYK00.270.180.20
HSL339.27º35.48%69.61%-
HSV(B)339.27º26.83%80.39%-
XYZ43.2437.6642.53-
YUV168.61128.22153.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 169 (66.41% from 255) = 32.25%
R=39.12%
G=28.63%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515016900.270.180.20339.2735.4869.61
HexCD96A901B12141532346
Octal315226251033222452343106
Binary11001101100101101010100101101110010101001010100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96A9; }

 p { color: rgb(205,150,169); }

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

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

 a { background-color: rgb(205,150,169); }

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

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

 span { border-color: rgb(205,150,169); }

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