#C890BC

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

Shades of Lily #C890BC

Tints of Lily #C890BC

Color information

#C890BC (or 0xC890BC) is unknown color: approx Lily. HEX triplet: C8, 90 and BC. RGB value is (200,144,188). Sum of RGB (Red+Green+Blue) = 200+144+188=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C890BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890BC is #376F43. Grayscale: #A5A5A5. Windows color (decimal): -3632964 or 12357832. OLE color: 12357832.

HSL color Cylindrical-coordinate representation of color #C890BC: hue angle of 312.86º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C890BC is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200144188-
CMYK00.280.060.22
HSL312.86º33.73%67.45%-
HSV(B)312.86º28%78.43%-
XYZ42.8735.8652.24-
YUV165.76140.55152.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 144 (56.64% from 255) = 27.07%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=37.59%
G=27.07%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014418800.280.060.22312.8633.7367.45
HexC890BC01C6161392243
Octal31022027403462647142103
Binary110010001001000010111100011100110101101001110011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C890BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C890BC; }

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

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

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

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

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

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

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

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