Html Css Color HEX #C9A5B6 Lily

📋 copy color: '#C9A5B6'

red 201 ◦ green 165 ◦ blue 182

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

Shades of Lily #C9A5B6

Tints of Lily #C9A5B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.21%

R = 36.68%
G = 30.11%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#C9A5B6 (or 0xC9A5B6) is known color: Lily. HEX triplet: C9, A5 and B6. RGB value is (201,165,182). Sum of RGB (Red+Green+Blue) = 201+165+182=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A5B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A5B6 is #365A49. Grayscale: #B1B1B1. Windows color (decimal): -3562058 or 11969993. OLE color: 11969993.

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

Color convert

RGB 201 165 182 -
CMYK 0 0.18 0.09 0.21
HSL 331.67º 0.25% 0.72% -
HSV(B) 331.67º 0.18% 0.79% -
XYZ 45.99 42.71 50.08 -
YUV 177.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 201 165 182 0 0.18 0.09 0.21 331.67 0.25 0.72
Hex C9 A5 B6 0 12 9 15 14C 19 48
Octal 311 245 266 0 22 11 25 514 31 110
Binary 11001001 10100101 10110110 0 10010 1001 10101 101001100 11001 1001000

Color Harmonies of #C9A5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A5B6

Black with #C9A5B6

Text Example


Text Example

White with #C9A5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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