Html Css Color HEX #C894AB Lily

📋 copy color: '#C894AB'

red 200 ◦ green 148 ◦ blue 171

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

Shades of Lily #C894AB

Tints of Lily #C894AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.52%

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

R = 38.54%
G = 28.52%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C894AB (or 0xC894AB) is known color: Lily. HEX triplet: C8, 94 and AB. RGB value is (200,148,171). Sum of RGB (Red+Green+Blue) = 200+148+171=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C894AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C894AB is #376B54. Grayscale: #A6A6A6. Windows color (decimal): -3631957 or 11244744. OLE color: 11244744.

HSL color Cylindrical-coordinate representation of color #C894AB: hue angle of 333.46º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C894AB is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 148 171 -
CMYK 0 0.26 0.14 0.22
HSL 333.46º 0.32% 0.68% -
HSV(B) 333.46º 0.26% 0.78% -
XYZ 41.76 36.4 43.35 -
YUV 166.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 200 148 171 0 0.26 0.14 0.22 333.46 0.32 0.68
Hex C8 94 AB 0 1A E 16 14D 20 44
Octal 310 224 253 0 32 16 26 515 40 104
Binary 11001000 10010100 10101011 0 11010 1110 10110 101001101 100000 1000100

Color Harmonies of #C894AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894AB

Black with #C894AB

Text Example


Text Example

White with #C894AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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