#CD9CC0

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

Shades of Lily #CD9CC0

Tints of Lily #CD9CC0

Color information

#CD9CC0 (or 0xCD9CC0) is unknown color: approx Lily. HEX triplet: CD, 9C and C0. RGB value is (205,156,192). Sum of RGB (Red+Green+Blue) = 205+156+192=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CC0 is #32633F. Grayscale: #AEAEAE. Windows color (decimal): -3302208 or 12623053. OLE color: 12623053.

HSL color Cylindrical-coordinate representation of color #CD9CC0: hue angle of 315.92º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CD9CC0 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205156192-
CMYK00.240.060.20
HSL315.92º32.89%70.78%-
HSV(B)315.92º23.9%80.39%-
XYZ46.5840.5655.24-
YUV174.76137.73149.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 156 (61.33% from 255) = 28.21%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=37.07%
G=28.21%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515619200.240.060.20315.9232.8970.78
HexCD9CC001861413c2147
Octal31523430003062447441107
Binary110011011001110011000000011000110101001001111001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CC0; }

 p { color: rgb(205,156,192); }

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

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

 a { background-color: rgb(205,156,192); }

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

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

 span { border-color: rgb(205,156,192); }

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