Html Css Color HEX #C884AB Lily

📋 copy color: '#C884AB'

red 200 ◦ green 132 ◦ blue 171

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

Shades of Lily #C884AB

Tints of Lily #C884AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34%

R = 39.76%
G = 26.24%
B = 34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C884AB (or 0xC884AB) is known color: Lily. HEX triplet: C8, 84 and AB. RGB value is (200,132,171). Sum of RGB (Red+Green+Blue) = 200+132+171=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C884AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C884AB is #377B54. Grayscale: #9C9C9C. Windows color (decimal): -3636053 or 11240648. OLE color: 11240648.

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

Color convert

RGB 200 132 171 -
CMYK 0 0.34 0.14 0.22
HSL 325.59º 0.38% 0.65% -
HSV(B) 325.59º 0.34% 0.78% -
XYZ 39.42 31.72 42.57 -
YUV 156.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 200 132 171 0 0.34 0.14 0.22 325.59 0.38 0.65
Hex C8 84 AB 0 22 E 16 146 26 41
Octal 310 204 253 0 42 16 26 506 46 101
Binary 11001000 10000100 10101011 0 100010 1110 10110 101000110 100110 1000001

Color Harmonies of #C884AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884AB

Black with #C884AB

Text Example


Text Example

White with #C884AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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