Html Css Color HEX #C9A8B9 Lily

📋 copy color: '#C9A8B9'

red 201 ◦ green 168 ◦ blue 185

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

Shades of Lily #C9A8B9

Tints of Lily #C9A8B9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.32%

 BLUE value IS 185 (72.66% from 255) = 33.39%

R = 36.28%
G = 30.32%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9A8B9 (or 0xC9A8B9) is known color: Lily. HEX triplet: C9, A8 and B9. RGB value is (201,168,185). Sum of RGB (Red+Green+Blue) = 201+168+185=554 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.28% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A8B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8B9 is #365746. Grayscale: #B3B3B3. Windows color (decimal): -3561287 or 12167369. OLE color: 12167369.

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

Color convert

RGB 201 168 185 -
CMYK 0 0.16 0.08 0.21
HSL 329.09º 0.23% 0.72% -
HSV(B) 329.09º 0.16% 0.79% -
XYZ 46.85 43.93 51.91 -
YUV 179.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 201 168 185 0 0.16 0.08 0.21 329.09 0.23 0.72
Hex C9 A8 B9 0 10 8 15 149 17 48
Octal 311 250 271 0 20 10 25 511 27 110
Binary 11001001 10101000 10111001 0 10000 1000 10101 101001001 10111 1001000

Color Harmonies of #C9A8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A8B9

Black with #C9A8B9

Text Example


Text Example

White with #C9A8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A8B9; }

 p { color: rgb(201,168,185); }

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

background-color css

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

 a { background-color: rgb(201,168,185); }

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

border-color css

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

 span { border-color: rgb(201,168,185); }

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