Html Css Color HEX #C894AF Lily

📋 copy color: '#C894AF'

red 200 ◦ green 148 ◦ blue 175

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

Shades of Lily #C894AF

Tints of Lily #C894AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.46%

R = 38.24%
G = 28.3%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C894AF (or 0xC894AF) is known color: Lily. HEX triplet: C8, 94 and AF. RGB value is (200,148,175). Sum of RGB (Red+Green+Blue) = 200+148+175=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C894AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C894AF is #376B50. Grayscale: #A6A6A6. Windows color (decimal): -3631953 or 11506888. OLE color: 11506888.

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

Color convert

RGB 200 148 175 -
CMYK 0 0.26 0.12 0.22
HSL 328.85º 0.32% 0.68% -
HSV(B) 328.85º 0.26% 0.78% -
XYZ 42.15 36.55 45.39 -
YUV 166.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 200 148 175 0 0.26 0.12 0.22 328.85 0.32 0.68
Hex C8 94 AF 0 1A C 16 149 20 44
Octal 310 224 257 0 32 14 26 511 40 104
Binary 11001000 10010100 10101111 0 11010 1100 10110 101001001 100000 1000100

Color Harmonies of #C894AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894AF

Black with #C894AF

Text Example


Text Example

White with #C894AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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