Html Css Color HEX #C9A5BB Lily

📋 copy color: '#C9A5BB'

red 201 ◦ green 165 ◦ blue 187

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

Shades of Lily #C9A5BB

Tints of Lily #C9A5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.82%

R = 36.35%
G = 29.84%
B = 33.82%

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

#C9A5BB (or 0xC9A5BB) is known color: Lily. HEX triplet: C9, A5 and BB. RGB value is (201,165,187). Sum of RGB (Red+Green+Blue) = 201+165+187=553 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.35% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A5BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A5BB is #365A44. Grayscale: #B2B2B2. Windows color (decimal): -3562053 or 12297673. OLE color: 12297673.

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

Color convert

RGB 201 165 187 -
CMYK 0 0.18 0.07 0.21
HSL 323.33º 0.25% 0.72% -
HSV(B) 323.33º 0.18% 0.79% -
XYZ 46.51 42.92 52.85 -
YUV 178.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 201 165 187 0 0.18 0.07 0.21 323.33 0.25 0.72
Hex C9 A5 BB 0 12 7 15 143 19 48
Octal 311 245 273 0 22 7 25 503 31 110
Binary 11001001 10100101 10111011 0 10010 111 10101 101000011 11001 1001000

Color Harmonies of #C9A5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A5BB

Black with #C9A5BB

Text Example


Text Example

White with #C9A5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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