#CF5892

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

Shades of Mulberry #CF5892

Tints of Mulberry #CF5892

Color information

#CF5892 (or 0xCF5892) is unknown color: approx Mulberry. HEX triplet: CF, 58 and 92. RGB value is (207,88,146). Sum of RGB (Red+Green+Blue) = 207+88+146=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5892 is #30A76D. Grayscale: #828282. Windows color (decimal): -3188590 or 9590991. OLE color: 9590991.

HSL color Cylindrical-coordinate representation of color #CF5892: hue angle of 330.76º 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 #CF5892 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB20788146-
CMYK00.570.290.19
HSL330.76º55.35%57.84%-
HSV(B)330.76º57.49%81.18%-
XYZ34.4122.3229.69-
YUV130.19136.92182.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 88 (34.77% from 255) = 19.95%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=46.94%
G=19.95%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078814600.570.290.19330.7655.3557.84
HexCF58920391D1314b373a
Octal31713022207135235136772
Binary1100111110110001001001001110011110110011101001011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5892; }

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

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

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

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

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

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

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

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