Html Css Color HEX #CD89AF Lily

📋 copy color: '#CD89AF'

red 205 ◦ green 137 ◦ blue 175

#CD89AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #CD89AF

Tints of Lily #CD89AF

RGB

 RED value IS 205 (80.47% from 255) = 39.65%

 GREEN value IS 137 (53.91% from 255) = 26.5%

 BLUE value IS 175 (68.75% from 255) = 33.85%

R = 39.65%
G = 26.5%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD89AF (or 0xCD89AF) is known color: 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

RGB 205 137 175 -
CMYK 0 0.33 0.15 0.20
HSL 326.47º 0.4% 0.67% -
HSV(B) 326.47º 0.33% 0.8% -
XYZ 41.86 33.97 44.91 -
YUV 161.66 135.53 158.91 -
System Red Green Blue C M Y K H S L
Decimal 205 137 175 0 0.33 0.15 0.20 326.47 0.4 0.67
Hex CD 89 AF 0 21 F 14 146 28 43
Octal 315 211 257 0 41 17 24 506 50 103
Binary 11001101 10001001 10101111 0 100001 1111 10100 101000110 101000 1000011

Color Harmonies of #CD89AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD89AF

Black with #CD89AF

Text Example


Text Example

White with #CD89AF

Text Example


Text Example

HTML Codes & Css Web 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>