Html Css Color HEX #C7AAB7 Lily

📋 copy color: '#C7AAB7'

red 199 ◦ green 170 ◦ blue 183

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

Shades of Lily #C7AAB7

Tints of Lily #C7AAB7

RGB

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

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

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

R = 36.05%
G = 30.8%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C7AAB7 (or 0xC7AAB7) is known color: Lily. HEX triplet: C7, AA and B7. RGB value is (199,170,183). Sum of RGB (Red+Green+Blue) = 199+170+183=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AAB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AAB7 is #385548. Grayscale: #B4B4B4. Windows color (decimal): -3691849 or 12036807. OLE color: 12036807.

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

Color convert

RGB 199 170 183 -
CMYK 0 0.15 0.08 0.22
HSL 333.1º 0.21% 0.72% -
HSV(B) 333.1º 0.15% 0.78% -
XYZ 46.48 44.31 50.9 -
YUV 180.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 199 170 183 0 0.15 0.08 0.22 333.1 0.21 0.72
Hex C7 AA B7 0 F 8 16 14D 15 48
Octal 307 252 267 0 17 10 26 515 25 110
Binary 11000111 10101010 10110111 0 1111 1000 10110 101001101 10101 1001000

Color Harmonies of #C7AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AAB7

Black with #C7AAB7

Text Example


Text Example

White with #C7AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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