#CD99AA

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

Shades of Viola #CD99AA

Tints of Viola #CD99AA

Color information

#CD99AA (or 0xCD99AA) is unknown color: approx Viola. HEX triplet: CD, 99 and AA. RGB value is (205,153,170). Sum of RGB (Red+Green+Blue) = 205+153+170=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 205 - color contains mainly: red. Hex color #CD99AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD99AA is #326655. Grayscale: #AAAAAA. Windows color (decimal): -3302998 or 11180493. OLE color: 11180493.

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

Color convert

RGB205153170-
CMYK00.250.170.20
HSL340.38º34.21%70.2%-
HSV(B)340.38º25.37%80.39%-
XYZ43.8238.6643.18-
YUV170.49127.73152.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.83%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=38.83%
G=28.98%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515317000.250.170.20340.3834.2170.2
HexCD99AA01911141542246
Octal315231252031212452442106
Binary11001101100110011010101001100110001101001010101001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD99AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD99AA; }

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

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

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

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

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

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

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

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