Html Css Color HEX #C8A3BA Lily

📋 copy color: '#C8A3BA'

red 200 ◦ green 163 ◦ blue 186

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

Shades of Lily #C8A3BA

Tints of Lily #C8A3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.69%

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

R = 36.43%
G = 29.69%
B = 33.88%

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

#C8A3BA (or 0xC8A3BA) is known color: Lily. HEX triplet: C8, A3 and BA. RGB value is (200,163,186). Sum of RGB (Red+Green+Blue) = 200+163+186=549 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.43% from 549); Green value is 163 (64.06% from 255 or 29.69% from 549); Blue value is 186 (73.05% from 255 or 33.88% from 549); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A3BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A3BA is #375C45. Grayscale: #B0B0B0. Windows color (decimal): -3628102 or 12231624. OLE color: 12231624.

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

Color convert

RGB 200 163 186 -
CMYK 0 0.18 0.07 0.22
HSL 322.7º 0.25% 0.71% -
HSV(B) 322.7º 0.19% 0.78% -
XYZ 45.78 42.02 52.15 -
YUV 176.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 200 163 186 0 0.18 0.07 0.22 322.7 0.25 0.71
Hex C8 A3 BA 0 12 7 16 143 19 47
Octal 310 243 272 0 22 7 26 503 31 107
Binary 11001000 10100011 10111010 0 10010 111 10110 101000011 11001 1000111

Color Harmonies of #C8A3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A3BA

Black with #C8A3BA

Text Example


Text Example

White with #C8A3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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