#C892BC

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

Shades of Lily #C892BC

Tints of Lily #C892BC

Color information

#C892BC (or 0xC892BC) is unknown color: approx Lily. HEX triplet: C8, 92 and BC. RGB value is (200,146,188). Sum of RGB (Red+Green+Blue) = 200+146+188=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C892BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C892BC is #376D43. Grayscale: #A6A6A6. Windows color (decimal): -3632452 or 12358344. OLE color: 12358344.

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

Color convert

RGB200146188-
CMYK00.270.060.22
HSL313.33º32.93%67.84%-
HSV(B)313.33º27%78.43%-
XYZ43.1836.4752.34-
YUV166.93139.89151.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.45%
GREEN value IS 146 (57.42% from 255) = 27.34%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=37.45%
G=27.34%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014618800.270.060.22313.3332.9367.84
HexC892BC01B6161392144
Octal31022227403362647141104
Binary110010001001001010111100011011110101101001110011000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C892BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C892BC; }

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

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

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

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

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

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

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

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