#CD89AF

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

Shades of Lily #CD89AF

Tints of Lily #CD89AF

Color information

#CD89AF (or 0xCD89AF) is unknown color: approx Lily. HEX triplet: CD, 89 and AF. RGB value is (205,137,175). Sum of RGB (Red+Green+Blue) = 205+137+175=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD89AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD89AF is #327650. Grayscale: #A1A1A1. Windows color (decimal): -3307089 or 11504077. OLE color: 11504077.

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

Color convert

RGB205137175-
CMYK00.330.150.20
HSL326.47º40.48%67.06%-
HSV(B)326.47º33.17%80.39%-
XYZ41.8633.9744.91-
YUV161.66135.53158.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=39.65%
G=26.50%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513717500.330.150.20326.4740.4867.06
HexCD89AF021F141462843
Octal315211257041172450650103
Binary11001101100010011010111101000011111101001010001101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD89AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD89AF; }

 p { color: rgb(205,137,175); }

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

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

 a { background-color: rgb(205,137,175); }

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

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

 span { border-color: rgb(205,137,175); }

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