#CF5891

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

Shades of Mulberry #CF5891

Tints of Mulberry #CF5891

Color information

#CF5891 (or 0xCF5891) is unknown color: approx Mulberry. HEX triplet: CF, 58 and 91. RGB value is (207,88,145). Sum of RGB (Red+Green+Blue) = 207+88+145=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5891 is #30A76E. Grayscale: #818181. Windows color (decimal): -3188591 or 9525455. OLE color: 9525455.

HSL color Cylindrical-coordinate representation of color #CF5891: hue angle of 331.26º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF5891 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB20788145-
CMYK00.570.300.19
HSL331.26º55.35%57.84%-
HSV(B)331.26º57.49%81.18%-
XYZ34.3322.2929.28-
YUV130.08136.42182.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.05%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=47.05%
G=20%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078814500.570.300.19331.2655.3557.84
HexCF58910391E1314b373a
Octal31713022107136235136772
Binary1100111110110001001000101110011111010011101001011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5891; }

 p { color: rgb(207,88,145); }

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

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

 a { background-color: rgb(207,88,145); }

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

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

 span { border-color: rgb(207,88,145); }

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