Html Css Color HEX #C9A0BC Lily

📋 copy color: '#C9A0BC'

red 201 ◦ green 160 ◦ blue 188

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

Shades of Lily #C9A0BC

Tints of Lily #C9A0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.24%

R = 36.61%
G = 29.14%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C9A0BC (or 0xC9A0BC) is known color: Lily. HEX triplet: C9, A0 and BC. RGB value is (201,160,188). Sum of RGB (Red+Green+Blue) = 201+160+188=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A0BC is #365F43. Grayscale: #AFAFAF. Windows color (decimal): -3563332 or 12361929. OLE color: 12361929.

HSL color Cylindrical-coordinate representation of color #C9A0BC: hue angle of 319.02º 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 #C9A0BC is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 160 188 -
CMYK 0 0.20 0.06 0.21
HSL 319.02º 0.28% 0.71% -
HSV(B) 319.02º 0.2% 0.79% -
XYZ 45.74 41.19 53.12 -
YUV 175.45 135.08 146.22 -
System Red Green Blue C M Y K H S L
Decimal 201 160 188 0 0.20 0.06 0.21 319.02 0.28 0.71
Hex C9 A0 BC 0 14 6 15 13F 1C 47
Octal 311 240 274 0 24 6 25 477 34 107
Binary 11001001 10100000 10111100 0 10100 110 10101 100111111 11100 1000111

Color Harmonies of #C9A0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A0BC

Black with #C9A0BC

Text Example


Text Example

White with #C9A0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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