Html Css Color HEX #C8A5BA Lily

📋 copy color: '#C8A5BA'

red 200 ◦ green 165 ◦ blue 186

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

Shades of Lily #C8A5BA

Tints of Lily #C8A5BA

RGB

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

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

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

R = 36.3%
G = 29.95%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C8A5BA (or 0xC8A5BA) is known color: Lily. HEX triplet: C8, A5 and BA. RGB value is (200,165,186). Sum of RGB (Red+Green+Blue) = 200+165+186=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A5BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A5BA is #375A45. Grayscale: #B1B1B1. Windows color (decimal): -3627590 or 12232136. OLE color: 12232136.

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

Color convert

RGB 200 165 186 -
CMYK 0 0.18 0.07 0.22
HSL 324º 0.24% 0.72% -
HSV(B) 324º 0.18% 0.78% -
XYZ 46.14 42.73 52.27 -
YUV 177.86 132.6 143.79 -
System Red Green Blue C M Y K H S L
Decimal 200 165 186 0 0.18 0.07 0.22 324 0.24 0.72
Hex C8 A5 BA 0 12 7 16 144 18 48
Octal 310 245 272 0 22 7 26 504 30 110
Binary 11001000 10100101 10111010 0 10010 111 10110 101000100 11000 1001000

Color Harmonies of #C8A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A5BA

Black with #C8A5BA

Text Example


Text Example

White with #C8A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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