Html Css Color HEX #C886B2 Lily

📋 copy color: '#C886B2'

red 200 ◦ green 134 ◦ blue 178

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

Shades of Lily #C886B2

Tints of Lily #C886B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.77%

R = 39.06%
G = 26.17%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C886B2 (or 0xC886B2) is known color: Lily. HEX triplet: C8, 86 and B2. RGB value is (200,134,178). Sum of RGB (Red+Green+Blue) = 200+134+178=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C886B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C886B2 is #37794D. Grayscale: #9E9E9E. Windows color (decimal): -3635534 or 11699912. OLE color: 11699912.

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

Color convert

RGB 200 134 178 -
CMYK 0 0.33 0.11 0.22
HSL 320º 0.38% 0.65% -
HSV(B) 320º 0.33% 0.78% -
XYZ 40.38 32.54 46.27 -
YUV 158.75 138.87 157.42 -
System Red Green Blue C M Y K H S L
Decimal 200 134 178 0 0.33 0.11 0.22 320 0.38 0.65
Hex C8 86 B2 0 21 B 16 140 26 41
Octal 310 206 262 0 41 13 26 500 46 101
Binary 11001000 10000110 10110010 0 100001 1011 10110 101000000 100110 1000001

Color Harmonies of #C886B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C886B2

Black with #C886B2

Text Example


Text Example

White with #C886B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C886B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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