Html Css Color HEX #C884BB Lily

📋 copy color: '#C884BB'

red 200 ◦ green 132 ◦ blue 187

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

Shades of Lily #C884BB

Tints of Lily #C884BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 38.54%
G = 25.43%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C884BB (or 0xC884BB) is known color: Lily. HEX triplet: C8, 84 and BB. RGB value is (200,132,187). Sum of RGB (Red+Green+Blue) = 200+132+187=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C884BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884BB is #377B44. Grayscale: #9E9E9E. Windows color (decimal): -3636037 or 12289224. OLE color: 12289224.

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

Color convert

RGB 200 132 187 -
CMYK 0 0.34 0.06 0.22
HSL 311.47º 0.38% 0.65% -
HSV(B) 311.47º 0.34% 0.78% -
XYZ 41.04 32.37 51.1 -
YUV 158.6 144.03 157.53 -
System Red Green Blue C M Y K H S L
Decimal 200 132 187 0 0.34 0.06 0.22 311.47 0.38 0.65
Hex C8 84 BB 0 22 6 16 137 26 41
Octal 310 204 273 0 42 6 26 467 46 101
Binary 11001000 10000100 10111011 0 100010 110 10110 100110111 100110 1000001

Color Harmonies of #C884BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884BB

Black with #C884BB

Text Example


Text Example

White with #C884BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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