Html Css Color HEX #C7A5BA Lily

📋 copy color: '#C7A5BA'

red 199 ◦ green 165 ◦ blue 186

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

Shades of Lily #C7A5BA

Tints of Lily #C7A5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30%

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

R = 36.18%
G = 30%
B = 33.82%

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

#C7A5BA (or 0xC7A5BA) is known color: Lily. HEX triplet: C7, A5 and BA. RGB value is (199,165,186). Sum of RGB (Red+Green+Blue) = 199+165+186=550 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.18% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A5BA is #385A45. Grayscale: #B1B1B1. Windows color (decimal): -3693126 or 12232135. OLE color: 12232135.

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

Color convert

RGB 199 165 186 -
CMYK 0 0.17 0.07 0.22
HSL 322.94º 0.23% 0.71% -
HSV(B) 322.94º 0.17% 0.78% -
XYZ 45.87 42.6 52.26 -
YUV 177.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 199 165 186 0 0.17 0.07 0.22 322.94 0.23 0.71
Hex C7 A5 BA 0 11 7 16 143 17 47
Octal 307 245 272 0 21 7 26 503 27 107
Binary 11000111 10100101 10111010 0 10001 111 10110 101000011 10111 1000111

Color Harmonies of #C7A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A5BA

Black with #C7A5BA

Text Example


Text Example

White with #C7A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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