#CD92BA

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

Shades of Lily #CD92BA

Tints of Lily #CD92BA

Color information

#CD92BA (or 0xCD92BA) is unknown color: approx Lily. HEX triplet: CD, 92 and BA. RGB value is (205,146,186). Sum of RGB (Red+Green+Blue) = 205+146+186=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CD92BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD92BA is #326D45. Grayscale: #A8A8A8. Windows color (decimal): -3304774 or 12227277. OLE color: 12227277.

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

Color convert

RGB205146186-
CMYK00.290.090.20
HSL319.32º37.11%68.82%-
HSV(B)319.32º28.78%80.39%-
XYZ44.3237.0851.28-
YUV168.2138.05154.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.18%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=38.18%
G=27.19%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514618600.290.090.20319.3237.1168.82
HexCD92BA01D91413f2545
Octal315222272035112447745105
Binary1100110110010010101110100111011001101001001111111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD92BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD92BA; }

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

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

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

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

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

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

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

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