Html Css Color HEX #C8A7BA Lily

📋 copy color: '#C8A7BA'

red 200 ◦ green 167 ◦ blue 186

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

Shades of Lily #C8A7BA

Tints of Lily #C8A7BA

RGB

 RED value IS 200 (78.52% from 255) = 36.17%

 GREEN value IS 167 (65.63% from 255) = 30.2%

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

R = 36.17%
G = 30.2%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C8A7BA (or 0xC8A7BA) is known color: Lily. HEX triplet: C8, A7 and BA. RGB value is (200,167,186). Sum of RGB (Red+Green+Blue) = 200+167+186=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 167 (65.62% from 255 or 30.20% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7BA is #375845. Grayscale: #B2B2B2. Windows color (decimal): -3627078 or 12232648. OLE color: 12232648.

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

Color convert

RGB 200 167 186 -
CMYK 0 0.16 0.07 0.22
HSL 325.45º 0.23% 0.72% -
HSV(B) 325.45º 0.17% 0.78% -
XYZ 46.5 43.46 52.39 -
YUV 179.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 200 167 186 0 0.16 0.07 0.22 325.45 0.23 0.72
Hex C8 A7 BA 0 10 7 16 145 17 48
Octal 310 247 272 0 20 7 26 505 27 110
Binary 11001000 10100111 10111010 0 10000 111 10110 101000101 10111 1001000

Color Harmonies of #C8A7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A7BA

Black with #C8A7BA

Text Example


Text Example

White with #C8A7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A7BA; }

 p { color: rgb(200,167,186); }

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

background-color css

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

 a { background-color: rgb(200,167,186); }

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

border-color css

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

 span { border-color: rgb(200,167,186); }

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