Html Css Color HEX #C894BD Lily

📋 copy color: '#C894BD'

red 200 ◦ green 148 ◦ blue 189

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

Shades of Lily #C894BD

Tints of Lily #C894BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.2%

R = 37.24%
G = 27.56%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C894BD (or 0xC894BD) is known color: Lily. HEX triplet: C8, 94 and BD. RGB value is (200,148,189). Sum of RGB (Red+Green+Blue) = 200+148+189=537 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.24% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 200 - color contains mainly: red. Hex color #C894BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894BD is #376B42. Grayscale: #A8A8A8. Windows color (decimal): -3631939 or 12424392. OLE color: 12424392.

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

Color convert

RGB 200 148 189 -
CMYK 0 0.26 0.06 0.22
HSL 312.69º 0.32% 0.68% -
HSV(B) 312.69º 0.26% 0.78% -
XYZ 43.59 37.13 53.01 -
YUV 168.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 200 148 189 0 0.26 0.06 0.22 312.69 0.32 0.68
Hex C8 94 BD 0 1A 6 16 139 20 44
Octal 310 224 275 0 32 6 26 471 40 104
Binary 11001000 10010100 10111101 0 11010 110 10110 100111001 100000 1000100

Color Harmonies of #C894BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C894BD

Black with #C894BD

Text Example


Text Example

White with #C894BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C894BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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