#CF599C

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

Shades of Mulberry #CF599C

Tints of Mulberry #CF599C

Color information

#CF599C (or 0xCF599C) is unknown color: approx Mulberry. HEX triplet: CF, 59 and 9C. RGB value is (207,89,156). Sum of RGB (Red+Green+Blue) = 207+89+156=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF599C is #30A663. Grayscale: #838383. Windows color (decimal): -3188324 or 10246607. OLE color: 10246607.

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

Color convert

RGB20789156-
CMYK00.570.250.19
HSL325.93º55.14%58.04%-
HSV(B)325.93º57%81.18%-
XYZ35.3122.8133.99-
YUV131.92141.59181.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.80%
GREEN value IS 89 (35.16% from 255) = 19.69%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=45.80%
G=19.69%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2078915600.570.250.19325.9355.1458.04
HexCF599C0391913146373a
Octal31713123407131235066772
Binary1100111110110011001110001110011100110011101000110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF599C; }

 p { color: rgb(207,89,156); }

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

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

 a { background-color: rgb(207,89,156); }

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

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

 span { border-color: rgb(207,89,156); }

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