Html Css Color HEX #C5ABB4 Lily

📋 copy color: '#C5ABB4'

red 197 ◦ green 171 ◦ blue 180

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

Shades of Lily #C5ABB4

Tints of Lily #C5ABB4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.2%

 BLUE value IS 180 (70.7% from 255) = 32.85%

R = 35.95%
G = 31.2%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C5ABB4 (or 0xC5ABB4) is known color: Lily. HEX triplet: C5, AB and B4. RGB value is (197,171,180). Sum of RGB (Red+Green+Blue) = 197+171+180=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABB4 is #3A544B. Grayscale: #B3B3B3. Windows color (decimal): -3822668 or 11840453. OLE color: 11840453.

HSL color Cylindrical-coordinate representation of color #C5ABB4: hue angle of 339.23º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ABB4 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 171 180 -
CMYK 0 0.13 0.09 0.23
HSL 339.23º 0.18% 0.72% -
HSV(B) 339.23º 0.13% 0.77% -
XYZ 45.83 44.29 49.31 -
YUV 179.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 197 171 180 0 0.13 0.09 0.23 339.23 0.18 0.72
Hex C5 AB B4 0 D 9 17 153 12 48
Octal 305 253 264 0 15 11 27 523 22 110
Binary 11000101 10101011 10110100 0 1101 1001 10111 101010011 10010 1001000

Color Harmonies of #C5ABB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABB4

Black with #C5ABB4

Text Example


Text Example

White with #C5ABB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABB4; }

 p { color: rgb(197,171,180); }

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

background-color css

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

 a { background-color: rgb(197,171,180); }

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

border-color css

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

 span { border-color: rgb(197,171,180); }

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