Html Css Color HEX #C7AFB7 Lily

📋 copy color: '#C7AFB7'

red 199 ◦ green 175 ◦ blue 183

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

Shades of Lily #C7AFB7

Tints of Lily #C7AFB7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.42%

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

R = 35.73%
G = 31.42%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C7AFB7 (or 0xC7AFB7) is known color: Lily. HEX triplet: C7, AF and B7. RGB value is (199,175,183). Sum of RGB (Red+Green+Blue) = 199+175+183=557 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.73% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFB7 is #385048. Grayscale: #B7B7B7. Windows color (decimal): -3690569 or 12038087. OLE color: 12038087.

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

Color convert

RGB 199 175 183 -
CMYK 0 0.12 0.08 0.22
HSL 340º 0.18% 0.73% -
HSV(B) 340º 0.12% 0.78% -
XYZ 47.43 46.22 51.22 -
YUV 183.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 199 175 183 0 0.12 0.08 0.22 340 0.18 0.73
Hex C7 AF B7 0 C 8 16 154 12 49
Octal 307 257 267 0 14 10 26 524 22 111
Binary 11000111 10101111 10110111 0 1100 1000 10110 101010100 10010 1001001

Color Harmonies of #C7AFB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFB7

Black with #C7AFB7

Text Example


Text Example

White with #C7AFB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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