Html Css Color HEX #C9A4B8 Lily

📋 copy color: '#C9A4B8'

red 201 ◦ green 164 ◦ blue 184

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

Shades of Lily #C9A4B8

Tints of Lily #C9A4B8

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.87%

 BLUE value IS 184 (72.27% from 255) = 33.52%

R = 36.61%
G = 29.87%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9A4B8 (or 0xC9A4B8) is known color: Lily. HEX triplet: C9, A4 and B8. RGB value is (201,164,184). Sum of RGB (Red+Green+Blue) = 201+164+184=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A4B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A4B8 is #365B47. Grayscale: #B1B1B1. Windows color (decimal): -3562312 or 12100809. OLE color: 12100809.

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

Color convert

RGB 201 164 184 -
CMYK 0 0.18 0.08 0.21
HSL 327.57º 0.26% 0.72% -
HSV(B) 327.57º 0.18% 0.79% -
XYZ 46.01 42.43 51.11 -
YUV 177.34 131.76 144.87 -
System Red Green Blue C M Y K H S L
Decimal 201 164 184 0 0.18 0.08 0.21 327.57 0.26 0.72
Hex C9 A4 B8 0 12 8 15 148 1A 48
Octal 311 244 270 0 22 10 25 510 32 110
Binary 11001001 10100100 10111000 0 10010 1000 10101 101001000 11010 1001000

Color Harmonies of #C9A4B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A4B8

Black with #C9A4B8

Text Example


Text Example

White with #C9A4B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A4B8; }

 p { color: rgb(201,164,184); }

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

background-color css

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

 a { background-color: rgb(201,164,184); }

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

border-color css

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

 span { border-color: rgb(201,164,184); }

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