Html Css Color HEX #C894AC Lily

📋 copy color: '#C894AC'

red 200 ◦ green 148 ◦ blue 172

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

Shades of Lily #C894AC

Tints of Lily #C894AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.08%

R = 38.46%
G = 28.46%
B = 33.08%

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

#C894AC (or 0xC894AC) is known color: Lily. HEX triplet: C8, 94 and AC. RGB value is (200,148,172). Sum of RGB (Red+Green+Blue) = 200+148+172=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C894AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C894AC is #376B53. Grayscale: #A6A6A6. Windows color (decimal): -3631956 or 11310280. OLE color: 11310280.

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

Color convert

RGB 200 148 172 -
CMYK 0 0.26 0.14 0.22
HSL 332.31º 0.32% 0.68% -
HSV(B) 332.31º 0.26% 0.78% -
XYZ 41.86 36.44 43.86 -
YUV 166.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 200 148 172 0 0.26 0.14 0.22 332.31 0.32 0.68
Hex C8 94 AC 0 1A E 16 14C 20 44
Octal 310 224 254 0 32 16 26 514 40 104
Binary 11001000 10010100 10101100 0 11010 1110 10110 101001100 100000 1000100

Color Harmonies of #C894AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894AC

Black with #C894AC

Text Example


Text Example

White with #C894AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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