Html Css Color HEX #C886BA Lily

📋 copy color: '#C886BA'

red 200 ◦ green 134 ◦ blue 186

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

Shades of Lily #C886BA

Tints of Lily #C886BA

RGB

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

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

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

R = 38.46%
G = 25.77%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C886BA (or 0xC886BA) is known color: Lily. HEX triplet: C8, 86 and BA. RGB value is (200,134,186). Sum of RGB (Red+Green+Blue) = 200+134+186=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C886BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886BA is #377945. Grayscale: #9F9F9F. Windows color (decimal): -3635526 or 12224200. OLE color: 12224200.

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

Color convert

RGB 200 134 186 -
CMYK 0 0.33 0.07 0.22
HSL 312.73º 0.38% 0.65% -
HSV(B) 312.73º 0.33% 0.78% -
XYZ 41.21 32.87 50.63 -
YUV 159.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 200 134 186 0 0.33 0.07 0.22 312.73 0.38 0.65
Hex C8 86 BA 0 21 7 16 139 26 41
Octal 310 206 272 0 41 7 26 471 46 101
Binary 11001000 10000110 10111010 0 100001 111 10110 100111001 100110 1000001

Color Harmonies of #C886BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886BA

Black with #C886BA

Text Example


Text Example

White with #C886BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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