Html Css Color HEX #CD9CBA Lily

📋 copy color: '#CD9CBA'

red 205 ◦ green 156 ◦ blue 186

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

Shades of Lily #CD9CBA

Tints of Lily #CD9CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.52%

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

R = 37.48%
G = 28.52%
B = 34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD9CBA (or 0xCD9CBA) is known color: Lily. HEX triplet: CD, 9C and BA. RGB value is (205,156,186). Sum of RGB (Red+Green+Blue) = 205+156+186=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 156 (61.33% from 255 or 28.52% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CBA is #326345. Grayscale: #AEAEAE. Windows color (decimal): -3302214 or 12229837. OLE color: 12229837.

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

Color convert

RGB 205 156 186 -
CMYK 0 0.24 0.09 0.20
HSL 323.27º 0.33% 0.71% -
HSV(B) 323.27º 0.24% 0.8% -
XYZ 45.93 40.3 51.81 -
YUV 174.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 205 156 186 0 0.24 0.09 0.20 323.27 0.33 0.71
Hex CD 9C BA 0 18 9 14 143 21 47
Octal 315 234 272 0 30 11 24 503 41 107
Binary 11001101 10011100 10111010 0 11000 1001 10100 101000011 100001 1000111

Color Harmonies of #CD9CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9CBA

Black with #CD9CBA

Text Example


Text Example

White with #CD9CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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