Html Css Color HEX #C7AAB6 Lily

📋 copy color: '#C7AAB6'

red 199 ◦ green 170 ◦ blue 182

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

Shades of Lily #C7AAB6

Tints of Lily #C7AAB6

RGB

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

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

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

R = 36.12%
G = 30.85%
B = 33.03%

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

#C7AAB6 (or 0xC7AAB6) is known color: Lily. HEX triplet: C7, AA and B6. RGB value is (199,170,182). Sum of RGB (Red+Green+Blue) = 199+170+182=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAB6 is #385549. Grayscale: #B4B4B4. Windows color (decimal): -3691850 or 11971271. OLE color: 11971271.

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

Color convert

RGB 199 170 182 -
CMYK 0 0.15 0.09 0.22
HSL 335.17º 0.21% 0.72% -
HSV(B) 335.17º 0.15% 0.78% -
XYZ 46.37 44.27 50.36 -
YUV 180.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 199 170 182 0 0.15 0.09 0.22 335.17 0.21 0.72
Hex C7 AA B6 0 F 9 16 14F 15 48
Octal 307 252 266 0 17 11 26 517 25 110
Binary 11000111 10101010 10110110 0 1111 1001 10110 101001111 10101 1001000

Color Harmonies of #C7AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AAB6

Black with #C7AAB6

Text Example


Text Example

White with #C7AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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