Html Css Color HEX #C7AEB6 Lily

📋 copy color: '#C7AEB6'

red 199 ◦ green 174 ◦ blue 182

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

Shades of Lily #C7AEB6

Tints of Lily #C7AEB6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.35%

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

R = 35.86%
G = 31.35%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C7AEB6 (or 0xC7AEB6) is known color: Lily. HEX triplet: C7, AE and B6. RGB value is (199,174,182). Sum of RGB (Red+Green+Blue) = 199+174+182=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 182 (71.48% from 255 or 32.79% from 555); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEB6 is #385149. Grayscale: #B6B6B6. Windows color (decimal): -3690826 or 11972295. OLE color: 11972295.

HSL color Cylindrical-coordinate representation of color #C7AEB6: hue angle of 340.8º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7AEB6 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 174 182 -
CMYK 0 0.13 0.09 0.22
HSL 340.8º 0.18% 0.73% -
HSV(B) 340.8º 0.13% 0.78% -
XYZ 47.13 45.79 50.61 -
YUV 182.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 199 174 182 0 0.13 0.09 0.22 340.8 0.18 0.73
Hex C7 AE B6 0 D 9 16 155 12 49
Octal 307 256 266 0 15 11 26 525 22 111
Binary 11000111 10101110 10110110 0 1101 1001 10110 101010101 10010 1001001

Color Harmonies of #C7AEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AEB6

Black with #C7AEB6

Text Example


Text Example

White with #C7AEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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