Html Css Color HEX #C894B7 Lily

📋 copy color: '#C894B7'

red 200 ◦ green 148 ◦ blue 183

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

Shades of Lily #C894B7

Tints of Lily #C894B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.46%

R = 37.66%
G = 27.87%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C894B7 (or 0xC894B7) is known color: Lily. HEX triplet: C8, 94 and B7. RGB value is (200,148,183). Sum of RGB (Red+Green+Blue) = 200+148+183=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C894B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894B7 is #376B48. Grayscale: #A7A7A7. Windows color (decimal): -3631945 or 12031176. OLE color: 12031176.

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

Color convert

RGB 200 148 183 -
CMYK 0 0.26 0.08 0.22
HSL 319.62º 0.32% 0.68% -
HSV(B) 319.62º 0.26% 0.78% -
XYZ 42.96 36.88 49.65 -
YUV 167.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 200 148 183 0 0.26 0.08 0.22 319.62 0.32 0.68
Hex C8 94 B7 0 1A 8 16 140 20 44
Octal 310 224 267 0 32 10 26 500 40 104
Binary 11001000 10010100 10110111 0 11010 1000 10110 101000000 100000 1000100

Color Harmonies of #C894B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894B7

Black with #C894B7

Text Example


Text Example

White with #C894B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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