Html Css Color HEX #C5AAB7 Lily

📋 copy color: '#C5AAB7'

red 197 ◦ green 170 ◦ blue 183

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

Shades of Lily #C5AAB7

Tints of Lily #C5AAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.27%

R = 35.82%
G = 30.91%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C5AAB7 (or 0xC5AAB7) is known color: Lily. HEX triplet: C5, AA and B7. RGB value is (197,170,183). Sum of RGB (Red+Green+Blue) = 197+170+183=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAB7 is #3A5548. Grayscale: #B3B3B3. Windows color (decimal): -3822921 or 12036805. OLE color: 12036805.

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

Color convert

RGB 197 170 183 -
CMYK 0 0.14 0.07 0.23
HSL 331.11º 0.19% 0.72% -
HSV(B) 331.11º 0.14% 0.77% -
XYZ 45.95 44.04 50.88 -
YUV 179.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 197 170 183 0 0.14 0.07 0.23 331.11 0.19 0.72
Hex C5 AA B7 0 E 7 17 14B 13 48
Octal 305 252 267 0 16 7 27 513 23 110
Binary 11000101 10101010 10110111 0 1110 111 10111 101001011 10011 1001000

Color Harmonies of #C5AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAB7

Black with #C5AAB7

Text Example


Text Example

White with #C5AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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