Html Css Color HEX #C5ABB6 Lily

📋 copy color: '#C5ABB6'

red 197 ◦ green 171 ◦ blue 182

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

Shades of Lily #C5ABB6

Tints of Lily #C5ABB6

RGB

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

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

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

R = 35.82%
G = 31.09%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C5ABB6 (or 0xC5ABB6) is known color: Lily. HEX triplet: C5, AB and B6. RGB value is (197,171,182). Sum of RGB (Red+Green+Blue) = 197+171+182=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABB6 is #3A5449. Grayscale: #B4B4B4. Windows color (decimal): -3822666 or 11971525. OLE color: 11971525.

HSL color Cylindrical-coordinate representation of color #C5ABB6: hue angle of 334.62º 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 #C5ABB6 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 171 182 -
CMYK 0 0.13 0.08 0.23
HSL 334.62º 0.18% 0.72% -
HSV(B) 334.62º 0.13% 0.77% -
XYZ 46.03 44.37 50.39 -
YUV 180.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 197 171 182 0 0.13 0.08 0.23 334.62 0.18 0.72
Hex C5 AB B6 0 D 8 17 14F 12 48
Octal 305 253 266 0 15 10 27 517 22 110
Binary 11000101 10101011 10110110 0 1101 1000 10111 101001111 10010 1001000

Color Harmonies of #C5ABB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABB6

Black with #C5ABB6

Text Example


Text Example

White with #C5ABB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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