Html Css Color HEX #CD90AF Lily

📋 copy color: '#CD90AF'

red 205 ◦ green 144 ◦ blue 175

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

Shades of Lily #CD90AF

Tints of Lily #CD90AF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.48%

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

R = 39.12%
G = 27.48%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD90AF (or 0xCD90AF) is known color: Lily. HEX triplet: CD, 90 and AF. RGB value is (205,144,175). Sum of RGB (Red+Green+Blue) = 205+144+175=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD90AF is #326F50. Grayscale: #A5A5A5. Windows color (decimal): -3305297 or 11505869. OLE color: 11505869.

HSL color Cylindrical-coordinate representation of color #CD90AF: hue angle of 329.51º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD90AF is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 144 175 -
CMYK 0 0.30 0.15 0.20
HSL 329.51º 0.38% 0.68% -
HSV(B) 329.51º 0.3% 0.8% -
XYZ 42.89 36.02 45.25 -
YUV 165.77 133.21 155.98 -
System Red Green Blue C M Y K H S L
Decimal 205 144 175 0 0.30 0.15 0.20 329.51 0.38 0.68
Hex CD 90 AF 0 1E F 14 14A 26 44
Octal 315 220 257 0 36 17 24 512 46 104
Binary 11001101 10010000 10101111 0 11110 1111 10100 101001010 100110 1000100

Color Harmonies of #CD90AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90AF

Black with #CD90AF

Text Example


Text Example

White with #CD90AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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