Html Css Color HEX #C886AC Lily

📋 copy color: '#C886AC'

red 200 ◦ green 134 ◦ blue 172

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

Shades of Lily #C886AC

Tints of Lily #C886AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 39.53%
G = 26.48%
B = 33.99%

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

#C886AC (or 0xC886AC) is known color: Lily. HEX triplet: C8, 86 and AC. RGB value is (200,134,172). Sum of RGB (Red+Green+Blue) = 200+134+172=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C886AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C886AC is #377953. Grayscale: #9D9D9D. Windows color (decimal): -3635540 or 11306696. OLE color: 11306696.

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

Color convert

RGB 200 134 172 -
CMYK 0 0.33 0.14 0.22
HSL 325.45º 0.38% 0.65% -
HSV(B) 325.45º 0.33% 0.78% -
XYZ 39.79 32.31 43.17 -
YUV 158.07 135.87 157.91 -
System Red Green Blue C M Y K H S L
Decimal 200 134 172 0 0.33 0.14 0.22 325.45 0.38 0.65
Hex C8 86 AC 0 21 E 16 145 26 41
Octal 310 206 254 0 41 16 26 505 46 101
Binary 11001000 10000110 10101100 0 100001 1110 10110 101000101 100110 1000001

Color Harmonies of #C886AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886AC

Black with #C886AC

Text Example


Text Example

White with #C886AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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