Html Css Color HEX #C5A3B9 Lily

📋 copy color: '#C5A3B9'

red 197 ◦ green 163 ◦ blue 185

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

Shades of Lily #C5A3B9

Tints of Lily #C5A3B9

RGB

 RED value IS 197 (77.34% from 255) = 36.15%

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

 BLUE value IS 185 (72.66% from 255) = 33.94%

R = 36.15%
G = 29.91%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C5A3B9 (or 0xC5A3B9) is known color: Lily. HEX triplet: C5, A3 and B9. RGB value is (197,163,185). Sum of RGB (Red+Green+Blue) = 197+163+185=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 163 (64.06% from 255 or 29.91% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A3B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A3B9 is #3A5C46. Grayscale: #AFAFAF. Windows color (decimal): -3824711 or 12166085. OLE color: 12166085.

HSL color Cylindrical-coordinate representation of color #C5A3B9: hue angle of 321.18º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5A3B9 is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 163 185 -
CMYK 0 0.17 0.06 0.23
HSL 321.18º 0.23% 0.71% -
HSV(B) 321.18º 0.17% 0.77% -
XYZ 44.88 41.57 51.56 -
YUV 175.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 197 163 185 0 0.17 0.06 0.23 321.18 0.23 0.71
Hex C5 A3 B9 0 11 6 17 141 17 47
Octal 305 243 271 0 21 6 27 501 27 107
Binary 11000101 10100011 10111001 0 10001 110 10111 101000001 10111 1000111

Color Harmonies of #C5A3B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A3B9

Black with #C5A3B9

Text Example


Text Example

White with #C5A3B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A3B9; }

 p { color: rgb(197,163,185); }

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

background-color css

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

 a { background-color: rgb(197,163,185); }

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

border-color css

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

 span { border-color: rgb(197,163,185); }

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