Html Css Color HEX #C8A1BA Lily

📋 copy color: '#C8A1BA'

red 200 ◦ green 161 ◦ blue 186

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

Shades of Lily #C8A1BA

Tints of Lily #C8A1BA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.43%

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

R = 36.56%
G = 29.43%
B = 34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C8A1BA (or 0xC8A1BA) is known color: Lily. HEX triplet: C8, A1 and BA. RGB value is (200,161,186). Sum of RGB (Red+Green+Blue) = 200+161+186=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A1BA is #375E45. Grayscale: #AFAFAF. Windows color (decimal): -3628614 or 12231112. OLE color: 12231112.

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

Color convert

RGB 200 161 186 -
CMYK 0 0.19 0.07 0.22
HSL 321.54º 0.26% 0.71% -
HSV(B) 321.54º 0.2% 0.78% -
XYZ 45.43 41.31 52.03 -
YUV 175.51 133.92 145.47 -
System Red Green Blue C M Y K H S L
Decimal 200 161 186 0 0.19 0.07 0.22 321.54 0.26 0.71
Hex C8 A1 BA 0 13 7 16 142 1A 47
Octal 310 241 272 0 23 7 26 502 32 107
Binary 11001000 10100001 10111010 0 10011 111 10110 101000010 11010 1000111

Color Harmonies of #C8A1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A1BA

Black with #C8A1BA

Text Example


Text Example

White with #C8A1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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