#C898BD

Color #C898BD Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C898BD

Tints of Lily #C898BD

Color information

#C898BD (or 0xC898BD) is unknown color: approx Lily. HEX triplet: C8, 98 and BD. RGB value is (200,152,189). Sum of RGB (Red+Green+Blue) = 200+152+189=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 152 (59.77% from 255 or 28.10% from 541); Blue value is 189 (74.22% from 255 or 34.94% from 541); Max value from RGB is 200 - color contains mainly: red. Hex color #C898BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898BD is #376742. Grayscale: #AAAAAA. Windows color (decimal): -3630915 or 12425416. OLE color: 12425416.

HSL color Cylindrical-coordinate representation of color #C898BD: hue angle of 313.75º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C898BD is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200152189-
CMYK00.240.060.22
HSL313.75º30.38%69.02%-
HSV(B)313.75º24%78.43%-
XYZ44.2338.4153.23-
YUV170.57138.4148.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.97%
GREEN value IS 152 (59.77% from 255) = 28.10%
BLUE value IS 189 (74.22% from 255) = 34.94%
R=36.97%
G=28.10%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015218900.240.060.22313.7530.3869.02
HexC898BD01861613a1e45
Octal31023027503062647236105
Binary11001000100110001011110101100011010110100111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C898BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C898BD; }

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

 H1.HeaderClassName
 {
   color: #C898BD;
 }
 .AnyTagClassName
 {
   color: #C898BD;
 }
</style>
background-color css

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

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

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

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

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

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