Html Css Color HEX #C894AD Lily

📋 copy color: '#C894AD'

red 200 ◦ green 148 ◦ blue 173

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

Shades of Lily #C894AD

Tints of Lily #C894AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.21%

R = 38.39%
G = 28.41%
B = 33.21%

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

#C894AD (or 0xC894AD) is known color: Lily. HEX triplet: C8, 94 and AD. RGB value is (200,148,173). Sum of RGB (Red+Green+Blue) = 200+148+173=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C894AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C894AD is #376B52. Grayscale: #A6A6A6. Windows color (decimal): -3631955 or 11375816. OLE color: 11375816.

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

Color convert

RGB 200 148 173 -
CMYK 0 0.26 0.14 0.22
HSL 331.15º 0.32% 0.68% -
HSV(B) 331.15º 0.26% 0.78% -
XYZ 41.95 36.48 44.36 -
YUV 166.4 131.73 151.97 -
System Red Green Blue C M Y K H S L
Decimal 200 148 173 0 0.26 0.14 0.22 331.15 0.32 0.68
Hex C8 94 AD 0 1A E 16 14B 20 44
Octal 310 224 255 0 32 16 26 513 40 104
Binary 11001000 10010100 10101101 0 11010 1110 10110 101001011 100000 1000100

Color Harmonies of #C894AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894AD

Black with #C894AD

Text Example


Text Example

White with #C894AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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