Html Css Color HEX #C886B7 Lily

📋 copy color: '#C886B7'

red 200 ◦ green 134 ◦ blue 183

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

Shades of Lily #C886B7

Tints of Lily #C886B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.4%

R = 38.68%
G = 25.92%
B = 35.4%

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

#C886B7 (or 0xC886B7) is known color: Lily. HEX triplet: C8, 86 and B7. RGB value is (200,134,183). Sum of RGB (Red+Green+Blue) = 200+134+183=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C886B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886B7 is #377948. Grayscale: #9F9F9F. Windows color (decimal): -3635529 or 12027592. OLE color: 12027592.

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

Color convert

RGB 200 134 183 -
CMYK 0 0.33 0.08 0.22
HSL 315.45º 0.38% 0.65% -
HSV(B) 315.45º 0.33% 0.78% -
XYZ 40.89 32.75 48.97 -
YUV 159.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 200 134 183 0 0.33 0.08 0.22 315.45 0.38 0.65
Hex C8 86 B7 0 21 8 16 13B 26 41
Octal 310 206 267 0 41 10 26 473 46 101
Binary 11001000 10000110 10110111 0 100001 1000 10110 100111011 100110 1000001

Color Harmonies of #C886B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886B7

Black with #C886B7

Text Example


Text Example

White with #C886B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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