Html Css Color HEX #CD99AF Lily

📋 copy color: '#CD99AF'

red 205 ◦ green 153 ◦ blue 175

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

Shades of Lily #CD99AF

Tints of Lily #CD99AF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.71%

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

R = 38.46%
G = 28.71%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD99AF (or 0xCD99AF) is known color: Lily. HEX triplet: CD, 99 and AF. RGB value is (205,153,175). Sum of RGB (Red+Green+Blue) = 205+153+175=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 205 - color contains mainly: red. Hex color #CD99AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD99AF is #326650. Grayscale: #ABABAB. Windows color (decimal): -3302993 or 11508173. OLE color: 11508173.

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

Color convert

RGB 205 153 175 -
CMYK 0 0.25 0.15 0.20
HSL 334.62º 0.34% 0.7% -
HSV(B) 334.62º 0.25% 0.8% -
XYZ 44.31 38.86 45.72 -
YUV 171.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 205 153 175 0 0.25 0.15 0.20 334.62 0.34 0.7
Hex CD 99 AF 0 19 F 14 14F 22 46
Octal 315 231 257 0 31 17 24 517 42 106
Binary 11001101 10011001 10101111 0 11001 1111 10100 101001111 100010 1000110

Color Harmonies of #CD99AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD99AF

Black with #CD99AF

Text Example


Text Example

White with #CD99AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD99AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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