Html Css Color HEX #C7A6BA Lily

📋 copy color: '#C7A6BA'

red 199 ◦ green 166 ◦ blue 186

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

Shades of Lily #C7A6BA

Tints of Lily #C7A6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.13%

 BLUE value IS 186 (73.05% from 255) = 33.76%

R = 36.12%
G = 30.13%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C7A6BA (or 0xC7A6BA) is known color: Lily. HEX triplet: C7, A6 and BA. RGB value is (199,166,186). Sum of RGB (Red+Green+Blue) = 199+166+186=551 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.12% from 551); Green value is 166 (65.23% from 255 or 30.13% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A6BA is #385945. Grayscale: #B2B2B2. Windows color (decimal): -3692870 or 12232391. OLE color: 12232391.

HSL color Cylindrical-coordinate representation of color #C7A6BA: hue angle of 323.64º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7A6BA is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 166 186 -
CMYK 0 0.17 0.07 0.22
HSL 323.64º 0.23% 0.72% -
HSV(B) 323.64º 0.17% 0.78% -
XYZ 46.05 42.96 52.32 -
YUV 178.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 199 166 186 0 0.17 0.07 0.22 323.64 0.23 0.72
Hex C7 A6 BA 0 11 7 16 144 17 48
Octal 307 246 272 0 21 7 26 504 27 110
Binary 11000111 10100110 10111010 0 10001 111 10110 101000100 10111 1001000

Color Harmonies of #C7A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A6BA

Black with #C7A6BA

Text Example


Text Example

White with #C7A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A6BA; }

 p { color: rgb(199,166,186); }

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

background-color css

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

 a { background-color: rgb(199,166,186); }

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

border-color css

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

 span { border-color: rgb(199,166,186); }

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