Html Css Color HEX #C7AAB9 Lily

📋 copy color: '#C7AAB9'

red 199 ◦ green 170 ◦ blue 185

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

Shades of Lily #C7AAB9

Tints of Lily #C7AAB9

RGB

 RED value IS 199 (78.13% from 255) = 35.92%

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

 BLUE value IS 185 (72.66% from 255) = 33.39%

R = 35.92%
G = 30.69%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C7AAB9 (or 0xC7AAB9) is known color: Lily. HEX triplet: C7, AA and B9. RGB value is (199,170,185). Sum of RGB (Red+Green+Blue) = 199+170+185=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAB9 is #385546. Grayscale: #B4B4B4. Windows color (decimal): -3691847 or 12167879. OLE color: 12167879.

HSL color Cylindrical-coordinate representation of color #C7AAB9: hue angle of 328.97º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7AAB9 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 170 185 -
CMYK 0 0.15 0.07 0.22
HSL 328.97º 0.21% 0.72% -
HSV(B) 328.97º 0.15% 0.78% -
XYZ 46.68 44.39 52.01 -
YUV 180.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 199 170 185 0 0.15 0.07 0.22 328.97 0.21 0.72
Hex C7 AA B9 0 F 7 16 149 15 48
Octal 307 252 271 0 17 7 26 511 25 110
Binary 11000111 10101010 10111001 0 1111 111 10110 101001001 10101 1001000

Color Harmonies of #C7AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AAB9

Black with #C7AAB9

Text Example


Text Example

White with #C7AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AAB9; }

 p { color: rgb(199,170,185); }

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

background-color css

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

 a { background-color: rgb(199,170,185); }

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

border-color css

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

 span { border-color: rgb(199,170,185); }

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