Html Css Color HEX #C9A9B3 Lily

📋 copy color: '#C9A9B3'

red 201 ◦ green 169 ◦ blue 179

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

Shades of Lily #C9A9B3

Tints of Lily #C9A9B3

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.78%

 BLUE value IS 179 (70.31% from 255) = 32.6%

R = 36.61%
G = 30.78%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C9A9B3 (or 0xC9A9B3) is known color: Lily. HEX triplet: C9, A9 and B3. RGB value is (201,169,179). Sum of RGB (Red+Green+Blue) = 201+169+179=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9B3 is #36564C. Grayscale: #B3B3B3. Windows color (decimal): -3561037 or 11774409. OLE color: 11774409.

HSL color Cylindrical-coordinate representation of color #C9A9B3: hue angle of 341.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9A9B3 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 169 179 -
CMYK 0 0.16 0.11 0.21
HSL 341.25º 0.23% 0.73% -
HSV(B) 341.25º 0.16% 0.79% -
XYZ 46.41 44.05 48.7 -
YUV 179.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 201 169 179 0 0.16 0.11 0.21 341.25 0.23 0.73
Hex C9 A9 B3 0 10 B 15 155 17 49
Octal 311 251 263 0 20 13 25 525 27 111
Binary 11001001 10101001 10110011 0 10000 1011 10101 101010101 10111 1001001

Color Harmonies of #C9A9B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A9B3

Black with #C9A9B3

Text Example


Text Example

White with #C9A9B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A9B3; }

 p { color: rgb(201,169,179); }

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

background-color css

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

 a { background-color: rgb(201,169,179); }

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

border-color css

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

 span { border-color: rgb(201,169,179); }

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