Html Css Color HEX #C9A5BA Lily

📋 copy color: '#C9A5BA'

red 201 ◦ green 165 ◦ blue 186

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

Shades of Lily #C9A5BA

Tints of Lily #C9A5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.89%

 BLUE value IS 186 (73.05% from 255) = 33.7%

R = 36.41%
G = 29.89%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9A5BA (or 0xC9A5BA) is known color: Lily. HEX triplet: C9, A5 and BA. RGB value is (201,165,186). Sum of RGB (Red+Green+Blue) = 201+165+186=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 165 (64.84% from 255 or 29.89% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A5BA is #365A45. Grayscale: #B2B2B2. Windows color (decimal): -3562054 or 12232137. OLE color: 12232137.

HSL color Cylindrical-coordinate representation of color #C9A5BA: hue angle of 325º degrees, saturation: 0.25, 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 #C9A5BA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 165 186 -
CMYK 0 0.18 0.07 0.21
HSL 325º 0.25% 0.72% -
HSV(B) 325º 0.18% 0.79% -
XYZ 46.41 42.87 52.28 -
YUV 178.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 201 165 186 0 0.18 0.07 0.21 325 0.25 0.72
Hex C9 A5 BA 0 12 7 15 145 19 48
Octal 311 245 272 0 22 7 25 505 31 110
Binary 11001001 10100101 10111010 0 10010 111 10101 101000101 11001 1001000

Color Harmonies of #C9A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A5BA

Black with #C9A5BA

Text Example


Text Example

White with #C9A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A5BA; }

 p { color: rgb(201,165,186); }

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

background-color css

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

 a { background-color: rgb(201,165,186); }

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

border-color css

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

 span { border-color: rgb(201,165,186); }

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