Html Css Color HEX #C894AE Lily

📋 copy color: '#C894AE'

red 200 ◦ green 148 ◦ blue 174

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

Shades of Lily #C894AE

Tints of Lily #C894AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.33%

R = 38.31%
G = 28.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C894AE (or 0xC894AE) is known color: Lily. HEX triplet: C8, 94 and AE. RGB value is (200,148,174). Sum of RGB (Red+Green+Blue) = 200+148+174=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 174 (68.36% from 255 or 33.33% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C894AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C894AE is #376B51. Grayscale: #A6A6A6. Windows color (decimal): -3631954 or 11441352. OLE color: 11441352.

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

Color convert

RGB 200 148 174 -
CMYK 0 0.26 0.13 0.22
HSL 330º 0.32% 0.68% -
HSV(B) 330º 0.26% 0.78% -
XYZ 42.05 36.52 44.88 -
YUV 166.51 132.23 151.89 -
System Red Green Blue C M Y K H S L
Decimal 200 148 174 0 0.26 0.13 0.22 330 0.32 0.68
Hex C8 94 AE 0 1A D 16 14A 20 44
Octal 310 224 256 0 32 15 26 512 40 104
Binary 11001000 10010100 10101110 0 11010 1101 10110 101001010 100000 1000100

Color Harmonies of #C894AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894AE

Black with #C894AE

Text Example


Text Example

White with #C894AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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