#CF5963

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

Shades of Mandy #CF5963

Tints of Mandy #CF5963

Color information

#CF5963 (or 0xCF5963) is unknown color: approx Mandy. HEX triplet: CF, 59 and 63. RGB value is (207,89,99). Sum of RGB (Red+Green+Blue) = 207+89+99=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5963 is #30A69C. Grayscale: #7D7D7D. Windows color (decimal): -3188381 or 6511055. OLE color: 6511055.

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

Color convert

RGB2078999-
CMYK00.570.520.19
HSL354.92º55.14%58.04%-
HSV(B)354.92º57%81.18%-
XYZ31.5621.3114.25-
YUV125.42113.09186.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.41%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 99 (39.06% from 255) = 25.06%
R=52.41%
G=22.53%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207899900.570.520.19354.9255.1458.04
HexCF59630393413163373a
Octal31713114307164235436772
Binary1100111110110011100011011100111010010011101100011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5963; }

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

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

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

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

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

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

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

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