#CF4650

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

Shades of Mandy #CF4650

Tints of Mandy #CF4650

Color information

#CF4650 (or 0xCF4650) is unknown color: approx Mandy. HEX triplet: CF, 46 and 50. RGB value is (207,70,80). Sum of RGB (Red+Green+Blue) = 207+70+80=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF4650 is #30B9AF. Grayscale: #707070. Windows color (decimal): -3193264 or 5261007. OLE color: 5261007.

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

Color convert

RGB2077080-
CMYK00.660.610.19
HSL355.62º58.8%54.31%-
HSV(B)355.62º66.18%81.18%-
XYZ29.3718.229.56-
YUV112.1109.89195.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.98%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 80 (31.64% from 255) = 22.41%
R=57.98%
G=19.61%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207708000.660.610.19355.6258.854.31
HexCF46500423D131643b36
Octal317106120010275235447366
Binary11001111100011010100000100001011110110011101100100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4650; }

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

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

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

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

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

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

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

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