#CF4560

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

Shades of Mandy #CF4560

Tints of Mandy #CF4560

Color information

#CF4560 (or 0xCF4560) is unknown color: approx Mandy. HEX triplet: CF, 45 and 60. RGB value is (207,69,96). Sum of RGB (Red+Green+Blue) = 207+69+96=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4560 is #30BA9F. Grayscale: #717171. Windows color (decimal): -3193504 or 6309327. OLE color: 6309327.

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

Color convert

RGB2076996-
CMYK00.670.540.19
HSL348.26º58.97%54.12%-
HSV(B)348.26º66.67%81.18%-
XYZ29.9718.3713.03-
YUV113.34118.22194.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.65%
GREEN value IS 69 (27.34% from 255) = 18.55%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=55.65%
G=18.55%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207699600.670.540.19348.2658.9754.12
HexCF4560043361315c3b36
Octal317105140010366235347366
Binary11001111100010111000000100001111011010011101011100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4560; }

 p { color: rgb(207,69,96); }

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

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

 a { background-color: rgb(207,69,96); }

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

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

 span { border-color: rgb(207,69,96); }

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