#cf5f62

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

Shades of Mandy #CF5F62

Tints of Mandy #CF5F62

Color information

#CF5F62 (or 0xCF5F62) is unknown color: approx Mandy. HEX triplet: CF, 5F and 62. RGB value is (207,95,98). Sum of RGB (Red+Green+Blue) = 207+95+98=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5F62 is #30A09D. Grayscale: #808080. Windows color (decimal): -3186846 or 6447055. OLE color: 6447055.

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

Color convert

RGB2079598-
CMYK00.540.530.19
HSL358.39º53.85%59.22%-
HSV(B)358.39º54.11%81.18%-
XYZ32.0322.3314.18-
YUV128.83110.61183.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.75%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 98 (38.67% from 255) = 24.5%
R=51.75%
G=23.75%
B=24.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207959800.540.530.19358.3953.8559.22
HexCF5F620363513166363b
Octal31713714206665235466673
Binary1100111110111111100010011011011010110011101100110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf5f62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf5f62; }

 p { color: rgb(207,95,98); }

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

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

 a { background-color: rgb(207,95,98); }

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

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

 span { border-color: rgb(207,95,98); }

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