Html Css Color HEX #C886AB Lily

📋 copy color: '#C886AB'

red 200 ◦ green 134 ◦ blue 171

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

Shades of Lily #C886AB

Tints of Lily #C886AB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.53%

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 39.6%
G = 26.53%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C886AB (or 0xC886AB) is known color: Lily. HEX triplet: C8, 86 and AB. RGB value is (200,134,171). Sum of RGB (Red+Green+Blue) = 200+134+171=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C886AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C886AB is #377954. Grayscale: #9D9D9D. Windows color (decimal): -3635541 or 11241160. OLE color: 11241160.

HSL color Cylindrical-coordinate representation of color #C886AB: hue angle of 326.36º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C886AB is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 134 171 -
CMYK 0 0.33 0.14 0.22
HSL 326.36º 0.38% 0.65% -
HSV(B) 326.36º 0.33% 0.78% -
XYZ 39.7 32.27 42.66 -
YUV 157.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 200 134 171 0 0.33 0.14 0.22 326.36 0.38 0.65
Hex C8 86 AB 0 21 E 16 146 26 41
Octal 310 206 253 0 41 16 26 506 46 101
Binary 11001000 10000110 10101011 0 100001 1110 10110 101000110 100110 1000001

Color Harmonies of #C886AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886AB

Black with #C886AB

Text Example


Text Example

White with #C886AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886AB; }

 p { color: rgb(200,134,171); }

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

background-color css

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

 a { background-color: rgb(200,134,171); }

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

border-color css

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

 span { border-color: rgb(200,134,171); }

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