Html Css Color HEX #C882BA Lily

📋 copy color: '#C882BA'

red 200 ◦ green 130 ◦ blue 186

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

Shades of Lily #C882BA

Tints of Lily #C882BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.19%

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

R = 38.76%
G = 25.19%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C882BA (or 0xC882BA) is known color: Lily. HEX triplet: C8, 82 and BA. RGB value is (200,130,186). Sum of RGB (Red+Green+Blue) = 200+130+186=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C882BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882BA is #377D45. Grayscale: #9D9D9D. Windows color (decimal): -3636550 or 12223176. OLE color: 12223176.

HSL color Cylindrical-coordinate representation of color #C882BA: hue angle of 312º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882BA is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 130 186 -
CMYK 0 0.35 0.07 0.22
HSL 312º 0.39% 0.65% -
HSV(B) 312º 0.35% 0.78% -
XYZ 40.66 31.79 50.45 -
YUV 157.31 144.19 158.45 -
System Red Green Blue C M Y K H S L
Decimal 200 130 186 0 0.35 0.07 0.22 312 0.39 0.65
Hex C8 82 BA 0 23 7 16 138 27 41
Octal 310 202 272 0 43 7 26 470 47 101
Binary 11001000 10000010 10111010 0 100011 111 10110 100111000 100111 1000001

Color Harmonies of #C882BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C882BA

Black with #C882BA

Text Example


Text Example

White with #C882BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C882BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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