Html Css Color HEX #C885BA Lily

📋 copy color: '#C885BA'

red 200 ◦ green 133 ◦ blue 186

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

Shades of Lily #C885BA

Tints of Lily #C885BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.63%

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

R = 38.54%
G = 25.63%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C885BA (or 0xC885BA) is known color: Lily. HEX triplet: C8, 85 and BA. RGB value is (200,133,186). Sum of RGB (Red+Green+Blue) = 200+133+186=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C885BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885BA is #377A45. Grayscale: #9E9E9E. Windows color (decimal): -3635782 or 12223944. OLE color: 12223944.

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

Color convert

RGB 200 133 186 -
CMYK 0 0.34 0.07 0.22
HSL 312.54º 0.38% 0.65% -
HSV(B) 312.54º 0.34% 0.78% -
XYZ 41.07 32.6 50.58 -
YUV 159.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 200 133 186 0 0.34 0.07 0.22 312.54 0.38 0.65
Hex C8 85 BA 0 22 7 16 139 26 41
Octal 310 205 272 0 42 7 26 471 46 101
Binary 11001000 10000101 10111010 0 100010 111 10110 100111001 100110 1000001

Color Harmonies of #C885BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C885BA

Black with #C885BA

Text Example


Text Example

White with #C885BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C885BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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