#CD92AE

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

Shades of Lily #CD92AE

Tints of Lily #CD92AE

Color information

#CD92AE (or 0xCD92AE) is unknown color: approx Lily. HEX triplet: CD, 92 and AE. RGB value is (205,146,174). Sum of RGB (Red+Green+Blue) = 205+146+174=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD92AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD92AE is #326D51. Grayscale: #A6A6A6. Windows color (decimal): -3304786 or 11440845. OLE color: 11440845.

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

Color convert

RGB205146174-
CMYK00.290.150.20
HSL331.53º37.11%68.82%-
HSV(B)331.53º28.78%80.39%-
XYZ43.136.5944.84-
YUV166.83132.05155.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.05%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=39.05%
G=27.81%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514617400.290.150.20331.5337.1168.82
HexCD92AE01DF1414c2545
Octal315222256035172451445105
Binary1100110110010010101011100111011111101001010011001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92AE; }

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

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

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

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

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

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

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

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