Html Css Color HEX #C883BA Lily

📋 copy color: '#C883BA'

red 200 ◦ green 131 ◦ blue 186

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

Shades of Lily #C883BA

Tints of Lily #C883BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.34%

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

R = 38.68%
G = 25.34%
B = 35.98%

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

#C883BA (or 0xC883BA) is known color: Lily. HEX triplet: C8, 83 and BA. RGB value is (200,131,186). Sum of RGB (Red+Green+Blue) = 200+131+186=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C883BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883BA is #377C45. Grayscale: #9D9D9D. Windows color (decimal): -3636294 or 12223432. OLE color: 12223432.

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

Color convert

RGB 200 131 186 -
CMYK 0 0.34 0.07 0.22
HSL 312.17º 0.39% 0.65% -
HSV(B) 312.17º 0.35% 0.78% -
XYZ 40.8 32.06 50.49 -
YUV 157.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 200 131 186 0 0.34 0.07 0.22 312.17 0.39 0.65
Hex C8 83 BA 0 22 7 16 138 27 41
Octal 310 203 272 0 42 7 26 470 47 101
Binary 11001000 10000011 10111010 0 100010 111 10110 100111000 100111 1000001

Color Harmonies of #C883BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C883BA

Black with #C883BA

Text Example


Text Example

White with #C883BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C883BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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