Html Css Color HEX #C5A4B2 Lily

📋 copy color: '#C5A4B2'

red 197 ◦ green 164 ◦ blue 178

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

Shades of Lily #C5A4B2

Tints of Lily #C5A4B2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.43%

 BLUE value IS 178 (69.92% from 255) = 33.02%

R = 36.55%
G = 30.43%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C5A4B2 (or 0xC5A4B2) is known color: Lily. HEX triplet: C5, A4 and B2. RGB value is (197,164,178). Sum of RGB (Red+Green+Blue) = 197+164+178=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A4B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A4B2 is #3A5B4D. Grayscale: #AFAFAF. Windows color (decimal): -3824462 or 11707589. OLE color: 11707589.

HSL color Cylindrical-coordinate representation of color #C5A4B2: hue angle of 334.55º degrees, saturation: 0.22, 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 #C5A4B2 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 164 178 -
CMYK 0 0.17 0.10 0.23
HSL 334.55º 0.22% 0.71% -
HSV(B) 334.55º 0.17% 0.77% -
XYZ 44.34 41.64 47.82 -
YUV 175.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 197 164 178 0 0.17 0.10 0.23 334.55 0.22 0.71
Hex C5 A4 B2 0 11 A 17 14F 16 47
Octal 305 244 262 0 21 12 27 517 26 107
Binary 11000101 10100100 10110010 0 10001 1010 10111 101001111 10110 1000111

Color Harmonies of #C5A4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A4B2

Black with #C5A4B2

Text Example


Text Example

White with #C5A4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A4B2; }

 p { color: rgb(197,164,178); }

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

background-color css

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

 a { background-color: rgb(197,164,178); }

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

border-color css

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

 span { border-color: rgb(197,164,178); }

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