#CF3E50

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

Shades of Mandy #CF3E50

Tints of Mandy #CF3E50

Color information

#CF3E50 (or 0xCF3E50) is unknown color: approx Mandy. HEX triplet: CF, 3E and 50. RGB value is (207,62,80). Sum of RGB (Red+Green+Blue) = 207+62+80=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3E50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3E50 is #30C1AF. Grayscale: #6B6B6B. Windows color (decimal): -3195312 or 5258959. OLE color: 5258959.

HSL color Cylindrical-coordinate representation of color #CF3E50: hue angle of 352.55º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF3E50 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB2076280-
CMYK00.700.610.19
HSL352.55º60.17%52.75%-
HSV(B)352.55º70.05%81.18%-
XYZ28.917.299.4-
YUV107.41112.54199.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 59.31%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=59.31%
G=17.77%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207628000.700.610.19352.5560.1752.75
HexCF3E500463D131613c35
Octal31776120010675235417465
Binary1100111111111010100000100011011110110011101100001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3E50; }

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

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

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

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

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

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

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

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