#C892B8

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

Shades of Lily #C892B8

Tints of Lily #C892B8

Color information

#C892B8 (or 0xC892B8) is unknown color: approx Lily. HEX triplet: C8, 92 and B8. RGB value is (200,146,184). Sum of RGB (Red+Green+Blue) = 200+146+184=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C892B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892B8 is #376D47. Grayscale: #A6A6A6. Windows color (decimal): -3632456 or 12096200. OLE color: 12096200.

HSL color Cylindrical-coordinate representation of color #C892B8: hue angle of 317.78º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C892B8 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200146184-
CMYK00.270.080.22
HSL317.78º32.93%67.84%-
HSV(B)317.78º27%78.43%-
XYZ42.7536.350.1-
YUV166.48137.89151.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 184 (72.27% from 255) = 34.72%
R=37.74%
G=27.55%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014618400.270.080.22317.7832.9367.84
HexC892B801B81613e2144
Octal310222270033102647641104
Binary1100100010010010101110000110111000101101001111101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C892B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C892B8; }

 p { color: rgb(200,146,184); }

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

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

 a { background-color: rgb(200,146,184); }

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

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

 span { border-color: rgb(200,146,184); }

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