#CF4550

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

Shades of Mandy #CF4550

Tints of Mandy #CF4550

Color information

#CF4550 (or 0xCF4550) is unknown color: approx Mandy. HEX triplet: CF, 45 and 50. RGB value is (207,69,80). Sum of RGB (Red+Green+Blue) = 207+69+80=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4550 is #30BAAF. Grayscale: #6F6F6F. Windows color (decimal): -3193520 or 5260751. OLE color: 5260751.

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

Color convert

RGB2076980-
CMYK00.670.610.19
HSL355.22º58.97%54.12%-
HSV(B)355.22º66.67%81.18%-
XYZ29.3118.19.54-
YUV111.52110.22196.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.15%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 80 (31.64% from 255) = 22.47%
R=58.15%
G=19.38%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207698000.670.610.19355.2258.9754.12
HexCF45500433D131633b36
Octal317105120010375235437366
Binary11001111100010110100000100001111110110011101100011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4550; }

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

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

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

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

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

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

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

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