Html Css Color HEX #C9A1BC Lily

📋 copy color: '#C9A1BC'

red 201 ◦ green 161 ◦ blue 188

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

Shades of Lily #C9A1BC

Tints of Lily #C9A1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.18%

R = 36.55%
G = 29.27%
B = 34.18%

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

#C9A1BC (or 0xC9A1BC) is known color: Lily. HEX triplet: C9, A1 and BC. RGB value is (201,161,188). Sum of RGB (Red+Green+Blue) = 201+161+188=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A1BC is #365E43. Grayscale: #AFAFAF. Windows color (decimal): -3563076 or 12362185. OLE color: 12362185.

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

Color convert

RGB 201 161 188 -
CMYK 0 0.20 0.06 0.21
HSL 319.5º 0.27% 0.71% -
HSV(B) 319.5º 0.2% 0.79% -
XYZ 45.91 41.54 53.17 -
YUV 176.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 201 161 188 0 0.20 0.06 0.21 319.5 0.27 0.71
Hex C9 A1 BC 0 14 6 15 140 1B 47
Octal 311 241 274 0 24 6 25 500 33 107
Binary 11001001 10100001 10111100 0 10100 110 10101 101000000 11011 1000111

Color Harmonies of #C9A1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A1BC

Black with #C9A1BC

Text Example


Text Example

White with #C9A1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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