#CF4F5F

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

Shades of Mandy #CF4F5F

Tints of Mandy #CF4F5F

Color information

#CF4F5F (or 0xCF4F5F) is unknown color: approx Mandy. HEX triplet: CF, 4F and 5F. RGB value is (207,79,95). Sum of RGB (Red+Green+Blue) = 207+79+95=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF4F5F is #30B0A0. Grayscale: #777777. Windows color (decimal): -3190945 or 6246351. OLE color: 6246351.

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

Color convert

RGB2077995-
CMYK00.620.540.19
HSL352.5º57.14%56.08%-
HSV(B)352.5º61.84%81.18%-
XYZ30.5919.6813.01-
YUV119.1114.41190.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.33%
GREEN value IS 79 (31.25% from 255) = 20.73%
BLUE value IS 95 (37.5% from 255) = 24.93%
R=54.33%
G=20.73%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207799500.620.540.19352.557.1456.08
HexCF4F5F03E36131603938
Octal31711713707666235407170
Binary1100111110011111011111011111011011010011101100000111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4F5F; }

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

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

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

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

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

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

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

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