Html Css Color HEX #C9A2B8 Lily

📋 copy color: '#C9A2B8'

red 201 ◦ green 162 ◦ blue 184

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

Shades of Lily #C9A2B8

Tints of Lily #C9A2B8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.62%

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

R = 36.75%
G = 29.62%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C9A2B8 (or 0xC9A2B8) is known color: Lily. HEX triplet: C9, A2 and B8. RGB value is (201,162,184). Sum of RGB (Red+Green+Blue) = 201+162+184=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A2B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A2B8 is #365D47. Grayscale: #B0B0B0. Windows color (decimal): -3562824 or 12100297. OLE color: 12100297.

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

Color convert

RGB 201 162 184 -
CMYK 0 0.19 0.08 0.21
HSL 326.15º 0.27% 0.71% -
HSV(B) 326.15º 0.19% 0.79% -
XYZ 45.66 41.72 50.99 -
YUV 176.17 132.42 145.71 -
System Red Green Blue C M Y K H S L
Decimal 201 162 184 0 0.19 0.08 0.21 326.15 0.27 0.71
Hex C9 A2 B8 0 13 8 15 146 1B 47
Octal 311 242 270 0 23 10 25 506 33 107
Binary 11001001 10100010 10111000 0 10011 1000 10101 101000110 11011 1000111

Color Harmonies of #C9A2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A2B8

Black with #C9A2B8

Text Example


Text Example

White with #C9A2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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