#C892B4

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

Shades of Lily #C892B4

Tints of Lily #C892B4

Color information

#C892B4 (or 0xC892B4) is unknown color: approx Lily. HEX triplet: C8, 92 and B4. RGB value is (200,146,180). Sum of RGB (Red+Green+Blue) = 200+146+180=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C892B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892B4 is #376D4B. Grayscale: #A5A5A5. Windows color (decimal): -3632460 or 11834056. OLE color: 11834056.

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

Color convert

RGB200146180-
CMYK00.270.10.22
HSL322.22º32.93%67.84%-
HSV(B)322.22º27%78.43%-
XYZ42.3436.1347.92-
YUV166.02135.89152.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 180 (70.70% from 255) = 34.22%
R=38.02%
G=27.76%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014618000.270.10.22322.2232.9367.84
HexC892B401BA161422144
Octal310222264033122650241104
Binary1100100010010010101101000110111010101101010000101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C892B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C892B4; }

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

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

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

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

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

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

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

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