#C892B7

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

Shades of Lily #C892B7

Tints of Lily #C892B7

Color information

#C892B7 (or 0xC892B7) is unknown color: approx Lily. HEX triplet: C8, 92 and B7. RGB value is (200,146,183). Sum of RGB (Red+Green+Blue) = 200+146+183=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C892B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892B7 is #376D48. Grayscale: #A6A6A6. Windows color (decimal): -3632457 or 12030664. OLE color: 12030664.

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

Color convert

RGB200146183-
CMYK00.270.080.22
HSL318.89º32.93%67.84%-
HSV(B)318.89º27%78.43%-
XYZ42.6536.2649.55-
YUV166.36137.39151.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.81%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=37.81%
G=27.60%
B=34.59%

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
Decimal20014618300.270.080.22318.8932.9367.84
HexC892B701B81613f2144
Octal310222267033102647741104
Binary1100100010010010101101110110111000101101001111111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C892B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C892B7; }

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

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

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

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

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

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

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

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