#C899B6

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

Shades of Lily #C899B6

Tints of Lily #C899B6

Color information

#C899B6 (or 0xC899B6) is unknown color: approx Lily. HEX triplet: C8, 99 and B6. RGB value is (200,153,182). Sum of RGB (Red+Green+Blue) = 200+153+182=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 153 (60.16% from 255 or 28.60% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C899B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C899B6 is #376649. Grayscale: #AAAAAA. Windows color (decimal): -3630666 or 11966920. OLE color: 11966920.

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

Color convert

RGB200153182-
CMYK00.240.090.22
HSL322.98º29.94%69.22%-
HSV(B)322.98º23.5%78.43%-
XYZ43.6538.4449.37-
YUV170.36134.57149.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 153 (60.16% from 255) = 28.60%
BLUE value IS 182 (71.48% from 255) = 34.02%
R=37.38%
G=28.60%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20015318200.240.090.22322.9829.9469.22
HexC899B60189161431e45
Octal310231266030112650336105
Binary110010001001100110110110011000100110110101000011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C899B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C899B6; }

 p { color: rgb(200,153,182); }

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

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

 a { background-color: rgb(200,153,182); }

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

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

 span { border-color: rgb(200,153,182); }

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