Html Css Color HEX #C7AAB5 Lily

📋 copy color: '#C7AAB5'

red 199 ◦ green 170 ◦ blue 181

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

Shades of Lily #C7AAB5

Tints of Lily #C7AAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.91%

R = 36.18%
G = 30.91%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C7AAB5 (or 0xC7AAB5) is known color: Lily. HEX triplet: C7, AA and B5. RGB value is (199,170,181). Sum of RGB (Red+Green+Blue) = 199+170+181=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAB5 is #38554A. Grayscale: #B3B3B3. Windows color (decimal): -3691851 or 11905735. OLE color: 11905735.

HSL color Cylindrical-coordinate representation of color #C7AAB5: hue angle of 337.24º 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 #C7AAB5 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 170 181 -
CMYK 0 0.15 0.09 0.22
HSL 337.24º 0.21% 0.72% -
HSV(B) 337.24º 0.15% 0.78% -
XYZ 46.27 44.23 49.81 -
YUV 179.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 199 170 181 0 0.15 0.09 0.22 337.24 0.21 0.72
Hex C7 AA B5 0 F 9 16 151 15 48
Octal 307 252 265 0 17 11 26 521 25 110
Binary 11000111 10101010 10110101 0 1111 1001 10110 101010001 10101 1001000

Color Harmonies of #C7AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AAB5

Black with #C7AAB5

Text Example


Text Example

White with #C7AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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