Html Css Color HEX #C884B9 Lily

📋 copy color: '#C884B9'

red 200 ◦ green 132 ◦ blue 185

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

Shades of Lily #C884B9

Tints of Lily #C884B9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.53%

 BLUE value IS 185 (72.66% from 255) = 35.78%

R = 38.68%
G = 25.53%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C884B9 (or 0xC884B9) is known color: Lily. HEX triplet: C8, 84 and B9. RGB value is (200,132,185). Sum of RGB (Red+Green+Blue) = 200+132+185=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C884B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884B9 is #377B46. Grayscale: #9E9E9E. Windows color (decimal): -3636039 or 12158152. OLE color: 12158152.

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

Color convert

RGB 200 132 185 -
CMYK 0 0.34 0.08 0.22
HSL 313.24º 0.38% 0.65% -
HSV(B) 313.24º 0.34% 0.78% -
XYZ 40.83 32.28 49.98 -
YUV 158.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 200 132 185 0 0.34 0.08 0.22 313.24 0.38 0.65
Hex C8 84 B9 0 22 8 16 139 26 41
Octal 310 204 271 0 42 10 26 471 46 101
Binary 11001000 10000100 10111001 0 100010 1000 10110 100111001 100110 1000001

Color Harmonies of #C884B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884B9

Black with #C884B9

Text Example


Text Example

White with #C884B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884B9; }

 p { color: rgb(200,132,185); }

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

background-color css

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

 a { background-color: rgb(200,132,185); }

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

border-color css

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

 span { border-color: rgb(200,132,185); }

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