#CF4749

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

Shades of Mandy #CF4749

Tints of Mandy #CF4749

Color information

#CF4749 (or 0xCF4749) is unknown color: approx Mandy. HEX triplet: CF, 47 and 49. RGB value is (207,71,73). Sum of RGB (Red+Green+Blue) = 207+71+73=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 71 (28.12% from 255 or 20.23% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4749 is #30B8B6. Grayscale: #707070. Windows color (decimal): -3193015 or 4802511. OLE color: 4802511.

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

Color convert

RGB2077173-
CMYK00.660.650.19
HSL359.12º58.62%54.51%-
HSV(B)359.12º65.7%81.18%-
XYZ29.1918.258.29-
YUV111.89106.06195.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.97%
GREEN value IS 71 (28.12% from 255) = 20.23%
BLUE value IS 73 (28.91% from 255) = 20.80%
R=58.97%
G=20.23%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207717300.660.650.19359.1258.6254.51
HexCF474904241131673b37
Octal3171071110102101235477367
Binary110011111000111100100101000010100000110011101100111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4749; }

 p { color: rgb(207,71,73); }

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

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

 a { background-color: rgb(207,71,73); }

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

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

 span { border-color: rgb(207,71,73); }

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