Html Css Color HEX #C886BC Lily

📋 copy color: '#C886BC'

red 200 ◦ green 134 ◦ blue 188

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

Shades of Lily #C886BC

Tints of Lily #C886BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.02%

R = 38.31%
G = 25.67%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C886BC (or 0xC886BC) is known color: Lily. HEX triplet: C8, 86 and BC. RGB value is (200,134,188). Sum of RGB (Red+Green+Blue) = 200+134+188=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C886BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886BC is #377943. Grayscale: #9F9F9F. Windows color (decimal): -3635524 or 12355272. OLE color: 12355272.

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

Color convert

RGB 200 134 188 -
CMYK 0 0.33 0.06 0.22
HSL 310.91º 0.38% 0.65% -
HSV(B) 310.91º 0.33% 0.78% -
XYZ 41.42 32.96 51.76 -
YUV 159.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 200 134 188 0 0.33 0.06 0.22 310.91 0.38 0.65
Hex C8 86 BC 0 21 6 16 137 26 41
Octal 310 206 274 0 41 6 26 467 46 101
Binary 11001000 10000110 10111100 0 100001 110 10110 100110111 100110 1000001

Color Harmonies of #C886BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886BC

Black with #C886BC

Text Example


Text Example

White with #C886BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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