#CF5156

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

Shades of Mandy #CF5156

Tints of Mandy #CF5156

Color information

#CF5156 (or 0xCF5156) is unknown color: approx Mandy. HEX triplet: CF, 51 and 56. RGB value is (207,81,86). Sum of RGB (Red+Green+Blue) = 207+81+86=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5156 is #30AEA9. Grayscale: #777777. Windows color (decimal): -3190442 or 5657039. OLE color: 5657039.

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

Color convert

RGB2078186-
CMYK00.610.580.19
HSL357.62º56.76%56.47%-
HSV(B)357.62º60.87%81.18%-
XYZ30.3519.8211.03-
YUV119.24109.24190.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.35%
GREEN value IS 81 (32.03% from 255) = 21.66%
BLUE value IS 86 (33.98% from 255) = 22.99%
R=55.35%
G=21.66%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207818600.610.580.19357.6256.7656.47
HexCF515603D3A131663938
Octal31712112607572235467170
Binary1100111110100011010110011110111101010011101100110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5156; }

 p { color: rgb(207,81,86); }

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

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

 a { background-color: rgb(207,81,86); }

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

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

 span { border-color: rgb(207,81,86); }

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