Html Css Color HEX #CD99BA Lily

📋 copy color: '#CD99BA'

red 205 ◦ green 153 ◦ blue 186

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

Shades of Lily #CD99BA

Tints of Lily #CD99BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.19%

R = 37.68%
G = 28.13%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD99BA (or 0xCD99BA) is known color: Lily. HEX triplet: CD, 99 and BA. RGB value is (205,153,186). Sum of RGB (Red+Green+Blue) = 205+153+186=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CD99BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99BA is #326645. Grayscale: #ACACAC. Windows color (decimal): -3302982 or 12229069. OLE color: 12229069.

HSL color Cylindrical-coordinate representation of color #CD99BA: hue angle of 321.92º 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 #CD99BA is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 153 186 -
CMYK 0 0.25 0.09 0.20
HSL 321.92º 0.34% 0.7% -
HSV(B) 321.92º 0.25% 0.8% -
XYZ 45.43 39.31 51.65 -
YUV 172.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 205 153 186 0 0.25 0.09 0.20 321.92 0.34 0.7
Hex CD 99 BA 0 19 9 14 142 22 46
Octal 315 231 272 0 31 11 24 502 42 106
Binary 11001101 10011001 10111010 0 11001 1001 10100 101000010 100010 1000110

Color Harmonies of #CD99BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD99BA

Black with #CD99BA

Text Example


Text Example

White with #CD99BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD99BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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