#C892BA

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

Shades of Lily #C892BA

Tints of Lily #C892BA

Color information

#C892BA (or 0xC892BA) is unknown color: approx Lily. HEX triplet: C8, 92 and BA. RGB value is (200,146,186). Sum of RGB (Red+Green+Blue) = 200+146+186=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 186 (73.05% from 255 or 34.96% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C892BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892BA is #376D45. Grayscale: #A6A6A6. Windows color (decimal): -3632454 or 12227272. OLE color: 12227272.

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

Color convert

RGB200146186-
CMYK00.270.070.22
HSL315.56º32.93%67.84%-
HSV(B)315.56º27%78.43%-
XYZ42.9636.3851.21-
YUV166.71138.89151.75-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 146 (57.42% from 255) = 27.44%
BLUE value IS 186 (73.05% from 255) = 34.96%
R=37.59%
G=27.44%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014618600.270.070.22315.5632.9367.84
HexC892BA01B71613c2144
Octal31022227203372647441104
Binary110010001001001010111010011011111101101001111001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C892BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C892BA; }

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

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

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

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

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

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

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

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