Html Css Color HEX #C886B9 Lily

📋 copy color: '#C886B9'

red 200 ◦ green 134 ◦ blue 185

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

Shades of Lily #C886B9

Tints of Lily #C886B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.65%

R = 38.54%
G = 25.82%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C886B9 (or 0xC886B9) is known color: Lily. HEX triplet: C8, 86 and B9. RGB value is (200,134,185). Sum of RGB (Red+Green+Blue) = 200+134+185=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C886B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886B9 is #377946. Grayscale: #9F9F9F. Windows color (decimal): -3635527 or 12158664. OLE color: 12158664.

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

Color convert

RGB 200 134 185 -
CMYK 0 0.33 0.08 0.22
HSL 313.64º 0.38% 0.65% -
HSV(B) 313.64º 0.33% 0.78% -
XYZ 41.1 32.83 50.07 -
YUV 159.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 200 134 185 0 0.33 0.08 0.22 313.64 0.38 0.65
Hex C8 86 B9 0 21 8 16 13A 26 41
Octal 310 206 271 0 41 10 26 472 46 101
Binary 11001000 10000110 10111001 0 100001 1000 10110 100111010 100110 1000001

Color Harmonies of #C886B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886B9

Black with #C886B9

Text Example


Text Example

White with #C886B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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