Html Css Color HEX #C5AAB6 Lily

📋 copy color: '#C5AAB6'

red 197 ◦ green 170 ◦ blue 182

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

Shades of Lily #C5AAB6

Tints of Lily #C5AAB6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.97%

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

R = 35.88%
G = 30.97%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C5AAB6 (or 0xC5AAB6) is known color: Lily. HEX triplet: C5, AA and B6. RGB value is (197,170,182). Sum of RGB (Red+Green+Blue) = 197+170+182=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAB6 is #3A5549. Grayscale: #B3B3B3. Windows color (decimal): -3822922 or 11971269. OLE color: 11971269.

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

Color convert

RGB 197 170 182 -
CMYK 0 0.14 0.08 0.23
HSL 333.33º 0.19% 0.72% -
HSV(B) 333.33º 0.14% 0.77% -
XYZ 45.84 44 50.33 -
YUV 179.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 197 170 182 0 0.14 0.08 0.23 333.33 0.19 0.72
Hex C5 AA B6 0 E 8 17 14D 13 48
Octal 305 252 266 0 16 10 27 515 23 110
Binary 11000101 10101010 10110110 0 1110 1000 10111 101001101 10011 1001000

Color Harmonies of #C5AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAB6

Black with #C5AAB6

Text Example


Text Example

White with #C5AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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