#CF5796

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

Shades of Mulberry #CF5796

Tints of Mulberry #CF5796

Color information

#CF5796 (or 0xCF5796) is unknown color: approx Mulberry. HEX triplet: CF, 57 and 96. RGB value is (207,87,150). Sum of RGB (Red+Green+Blue) = 207+87+150=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF5796 is #30A869. Grayscale: #818181. Windows color (decimal): -3188842 or 9852879. OLE color: 9852879.

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

Color convert

RGB20787150-
CMYK00.580.280.19
HSL328.5º55.56%57.65%-
HSV(B)328.5º57.97%81.18%-
XYZ34.6522.2831.33-
YUV130.06139.26182.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 87 (34.38% from 255) = 19.59%
BLUE value IS 150 (58.98% from 255) = 33.78%
R=46.62%
G=19.59%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078715000.580.280.19328.555.5657.65
HexCF579603A1C13148383a
Octal31712722607234235107072
Binary1100111110101111001011001110101110010011101001000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5796; }

 p { color: rgb(207,87,150); }

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

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

 a { background-color: rgb(207,87,150); }

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

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

 span { border-color: rgb(207,87,150); }

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