Html Css Color HEX #C9A3B5 Lily

📋 copy color: '#C9A3B5'

red 201 ◦ green 163 ◦ blue 181

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

Shades of Lily #C9A3B5

Tints of Lily #C9A3B5

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.91%

 BLUE value IS 181 (71.09% from 255) = 33.21%

R = 36.88%
G = 29.91%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C9A3B5 (or 0xC9A3B5) is known color: Lily. HEX triplet: C9, A3 and B5. RGB value is (201,163,181). Sum of RGB (Red+Green+Blue) = 201+163+181=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A3B5 is #365C4A. Grayscale: #B0B0B0. Windows color (decimal): -3562571 or 11903945. OLE color: 11903945.

HSL color Cylindrical-coordinate representation of color #C9A3B5: hue angle of 331.58º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9A3B5 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 163 181 -
CMYK 0 0.19 0.10 0.21
HSL 331.58º 0.26% 0.71% -
HSV(B) 331.58º 0.19% 0.79% -
XYZ 45.53 41.95 49.41 -
YUV 176.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 201 163 181 0 0.19 0.10 0.21 331.58 0.26 0.71
Hex C9 A3 B5 0 13 A 15 14C 1A 47
Octal 311 243 265 0 23 12 25 514 32 107
Binary 11001001 10100011 10110101 0 10011 1010 10101 101001100 11010 1000111

Color Harmonies of #C9A3B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A3B5

Black with #C9A3B5

Text Example


Text Example

White with #C9A3B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A3B5; }

 p { color: rgb(201,163,181); }

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

background-color css

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

 a { background-color: rgb(201,163,181); }

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

border-color css

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

 span { border-color: rgb(201,163,181); }

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