Html Css Color HEX #C9A0BA Lily

📋 copy color: '#C9A0BA'

red 201 ◦ green 160 ◦ blue 186

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

Shades of Lily #C9A0BA

Tints of Lily #C9A0BA

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.25%

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

R = 36.75%
G = 29.25%
B = 34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C9A0BA (or 0xC9A0BA) is known color: Lily. HEX triplet: C9, A0 and BA. RGB value is (201,160,186). Sum of RGB (Red+Green+Blue) = 201+160+186=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A0BA is #365F45. Grayscale: #AFAFAF. Windows color (decimal): -3563334 or 12230857. OLE color: 12230857.

HSL color Cylindrical-coordinate representation of color #C9A0BA: hue angle of 321.95º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9A0BA is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 160 186 -
CMYK 0 0.20 0.07 0.21
HSL 321.95º 0.28% 0.71% -
HSV(B) 321.95º 0.2% 0.79% -
XYZ 45.52 41.1 51.99 -
YUV 175.22 134.08 146.39 -
System Red Green Blue C M Y K H S L
Decimal 201 160 186 0 0.20 0.07 0.21 321.95 0.28 0.71
Hex C9 A0 BA 0 14 7 15 142 1C 47
Octal 311 240 272 0 24 7 25 502 34 107
Binary 11001001 10100000 10111010 0 10100 111 10101 101000010 11100 1000111

Color Harmonies of #C9A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A0BA

Black with #C9A0BA

Text Example


Text Example

White with #C9A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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