Html Css Color HEX #C9A0B1 Lily

📋 copy color: '#C9A0B1'

red 201 ◦ green 160 ◦ blue 177

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

Shades of Lily #C9A0B1

Tints of Lily #C9A0B1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.74%

 BLUE value IS 177 (69.53% from 255) = 32.9%

R = 37.36%
G = 29.74%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#C9A0B1 (or 0xC9A0B1) is known color: Lily. HEX triplet: C9, A0 and B1. RGB value is (201,160,177). Sum of RGB (Red+Green+Blue) = 201+160+177=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A0B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A0B1 is #365F4E. Grayscale: #AEAEAE. Windows color (decimal): -3563343 or 11641033. OLE color: 11641033.

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

Color convert

RGB 201 160 177 -
CMYK 0 0.20 0.12 0.21
HSL 335.12º 0.28% 0.71% -
HSV(B) 335.12º 0.2% 0.79% -
XYZ 44.59 40.73 47.11 -
YUV 174.2 129.58 147.12 -
System Red Green Blue C M Y K H S L
Decimal 201 160 177 0 0.20 0.12 0.21 335.12 0.28 0.71
Hex C9 A0 B1 0 14 C 15 14F 1C 47
Octal 311 240 261 0 24 14 25 517 34 107
Binary 11001001 10100000 10110001 0 10100 1100 10101 101001111 11100 1000111

Color Harmonies of #C9A0B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A0B1

Black with #C9A0B1

Text Example


Text Example

White with #C9A0B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A0B1; }

 p { color: rgb(201,160,177); }

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

background-color css

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

 a { background-color: rgb(201,160,177); }

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

border-color css

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

 span { border-color: rgb(201,160,177); }

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