#C898BB

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

Shades of Lily #C898BB

Tints of Lily #C898BB

Color information

#C898BB (or 0xC898BB) is unknown color: approx Lily. HEX triplet: C8, 98 and BB. RGB value is (200,152,187). Sum of RGB (Red+Green+Blue) = 200+152+187=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C898BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C898BB is #376744. Grayscale: #AAAAAA. Windows color (decimal): -3630917 or 12294344. OLE color: 12294344.

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

Color convert

RGB200152187-
CMYK00.240.060.22
HSL316.25º30.38%69.02%-
HSV(B)316.25º24%78.43%-
XYZ44.0238.3252.09-
YUV170.34137.4149.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.11%
GREEN value IS 152 (59.77% from 255) = 28.20%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=37.11%
G=28.20%
B=34.69%

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
Decimal20015218700.240.060.22316.2530.3869.02
HexC898BB01861613c1e45
Octal31023027303062647436105
Binary11001000100110001011101101100011010110100111100111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C898BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C898BB; }

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

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

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

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

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

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

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

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