Html Css Color HEX #CD96BA Lily

📋 copy color: '#CD96BA'

red 205 ◦ green 150 ◦ blue 186

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

Shades of Lily #CD96BA

Tints of Lily #CD96BA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.73%

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

R = 37.89%
G = 27.73%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD96BA (or 0xCD96BA) is known color: Lily. HEX triplet: CD, 96 and BA. RGB value is (205,150,186). Sum of RGB (Red+Green+Blue) = 205+150+186=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 205 - color contains mainly: red. Hex color #CD96BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96BA is #326945. Grayscale: #AAAAAA. Windows color (decimal): -3303750 or 12228301. OLE color: 12228301.

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

Color convert

RGB 205 150 186 -
CMYK 0 0.27 0.09 0.20
HSL 320.73º 0.35% 0.7% -
HSV(B) 320.73º 0.27% 0.8% -
XYZ 44.95 38.34 51.49 -
YUV 170.55 136.72 152.57 -
System Red Green Blue C M Y K H S L
Decimal 205 150 186 0 0.27 0.09 0.20 320.73 0.35 0.7
Hex CD 96 BA 0 1B 9 14 141 23 46
Octal 315 226 272 0 33 11 24 501 43 106
Binary 11001101 10010110 10111010 0 11011 1001 10100 101000001 100011 1000110

Color Harmonies of #CD96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD96BA

Black with #CD96BA

Text Example


Text Example

White with #CD96BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD96BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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