Html Css Color HEX #C9A1BD Lily

📋 copy color: '#C9A1BD'

red 201 ◦ green 161 ◦ blue 189

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

Shades of Lily #C9A1BD

Tints of Lily #C9A1BD

RGB

 RED value IS 201 (78.91% from 255) = 36.48%

 GREEN value IS 161 (63.28% from 255) = 29.22%

 BLUE value IS 189 (74.22% from 255) = 34.3%

R = 36.48%
G = 29.22%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9A1BD (or 0xC9A1BD) is known color: Lily. HEX triplet: C9, A1 and BD. RGB value is (201,161,189). Sum of RGB (Red+Green+Blue) = 201+161+189=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 161 (63.28% from 255 or 29.22% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A1BD is #365E42. Grayscale: #B0B0B0. Windows color (decimal): -3563075 or 12427721. OLE color: 12427721.

HSL color Cylindrical-coordinate representation of color #C9A1BD: hue angle of 318º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A1BD is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 161 189 -
CMYK 0 0.20 0.06 0.21
HSL 318º 0.27% 0.71% -
HSV(B) 318º 0.2% 0.79% -
XYZ 46.02 41.58 53.74 -
YUV 176.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 201 161 189 0 0.20 0.06 0.21 318 0.27 0.71
Hex C9 A1 BD 0 14 6 15 13E 1B 47
Octal 311 241 275 0 24 6 25 476 33 107
Binary 11001001 10100001 10111101 0 10100 110 10101 100111110 11011 1000111

Color Harmonies of #C9A1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A1BD

Black with #C9A1BD

Text Example


Text Example

White with #C9A1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A1BD; }

 p { color: rgb(201,161,189); }

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

background-color css

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

 a { background-color: rgb(201,161,189); }

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

border-color css

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

 span { border-color: rgb(201,161,189); }

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