Html Css Color HEX #CD91AD Lily

📋 copy color: '#CD91AD'

red 205 ◦ green 145 ◦ blue 173

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

Shades of Lily #CD91AD

Tints of Lily #CD91AD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.72%

 BLUE value IS 173 (67.97% from 255) = 33.08%

R = 39.2%
G = 27.72%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CD91AD (or 0xCD91AD) is known color: Lily. HEX triplet: CD, 91 and AD. RGB value is (205,145,173). Sum of RGB (Red+Green+Blue) = 205+145+173=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD91AD is #326E52. Grayscale: #A6A6A6. Windows color (decimal): -3305043 or 11375053. OLE color: 11375053.

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

Color convert

RGB 205 145 173 -
CMYK 0 0.29 0.16 0.20
HSL 332º 0.38% 0.69% -
HSV(B) 332º 0.29% 0.8% -
XYZ 42.85 36.25 44.27 -
YUV 166.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 205 145 173 0 0.29 0.16 0.20 332 0.38 0.69
Hex CD 91 AD 0 1D 10 14 14C 26 45
Octal 315 221 255 0 35 20 24 514 46 105
Binary 11001101 10010001 10101101 0 11101 10000 10100 101001100 100110 1000101

Color Harmonies of #CD91AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD91AD

Black with #CD91AD

Text Example


Text Example

White with #CD91AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD91AD; }

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

 H1.HeaderClassName
 {
   color: #CD91AD;
 }
 .AnyTagClassName
 {
   color: #CD91AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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