#C890B6

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

Shades of Lily #C890B6

Tints of Lily #C890B6

Color information

#C890B6 (or 0xC890B6) is unknown color: approx Lily. HEX triplet: C8, 90 and B6. RGB value is (200,144,182). Sum of RGB (Red+Green+Blue) = 200+144+182=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 182 (71.48% from 255 or 34.60% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C890B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890B6 is #376F49. Grayscale: #A4A4A4. Windows color (decimal): -3632970 or 11964616. OLE color: 11964616.

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

Color convert

RGB200144182-
CMYK00.280.090.22
HSL319.29º33.73%67.45%-
HSV(B)319.29º28%78.43%-
XYZ42.2435.648.9-
YUV165.08137.55152.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 182 (71.48% from 255) = 34.60%
R=38.02%
G=27.38%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014418200.280.090.22319.2933.7367.45
HexC890B601C91613f2243
Octal310220266034112647742103
Binary1100100010010000101101100111001001101101001111111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C890B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C890B6; }

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

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

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

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

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

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

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

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