#CD96AA

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

Shades of Viola #CD96AA

Tints of Viola #CD96AA

Color information

#CD96AA (or 0xCD96AA) is unknown color: approx Viola. HEX triplet: CD, 96 and AA. RGB value is (205,150,170). Sum of RGB (Red+Green+Blue) = 205+150+170=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD96AA is #326955. Grayscale: #A8A8A8. Windows color (decimal): -3303766 or 11179725. OLE color: 11179725.

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

Color convert

RGB205150170-
CMYK00.270.170.20
HSL338.18º35.48%69.61%-
HSV(B)338.18º26.83%80.39%-
XYZ43.3437.6943.02-
YUV168.72128.72153.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=39.05%
G=28.57%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515017000.270.170.20338.1835.4869.61
HexCD96AA01B11141522346
Octal315226252033212452243106
Binary11001101100101101010101001101110001101001010100101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD96AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD96AA; }

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

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

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

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

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

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

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

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