#CD92AD

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

Shades of Lily #CD92AD

Tints of Lily #CD92AD

Color information

#CD92AD (or 0xCD92AD) is unknown color: approx Lily. HEX triplet: CD, 92 and AD. RGB value is (205,146,173). Sum of RGB (Red+Green+Blue) = 205+146+173=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD92AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD92AD is #326D52. Grayscale: #A6A6A6. Windows color (decimal): -3304787 or 11375309. OLE color: 11375309.

HSL color Cylindrical-coordinate representation of color #CD92AD: hue angle of 332.54º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CD92AD is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB205146173-
CMYK00.290.160.20
HSL332.54º37.11%68.82%-
HSV(B)332.54º28.78%80.39%-
XYZ4336.5544.32-
YUV166.72131.55155.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=39.12%
G=27.86%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514617300.290.160.20332.5437.1168.82
HexCD92AD01D101414d2545
Octal315222255035202451545105
Binary11001101100100101010110101110110000101001010011011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92AD; }

 p { color: rgb(205,146,173); }

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

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

 a { background-color: rgb(205,146,173); }

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

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

 span { border-color: rgb(205,146,173); }

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