#CF434E

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

Shades of Mandy #CF434E

Tints of Mandy #CF434E

Color information

#CF434E (or 0xCF434E) is unknown color: approx Mandy. HEX triplet: CF, 43 and 4E. RGB value is (207,67,78). Sum of RGB (Red+Green+Blue) = 207+67+78=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF434E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF434E is #30BCB1. Grayscale: #6E6E6E. Windows color (decimal): -3194034 or 5129167. OLE color: 5129167.

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

Color convert

RGB2076778-
CMYK00.680.620.19
HSL355.29º59.32%53.73%-
HSV(B)355.29º67.63%81.18%-
XYZ29.1117.839.11-
YUV110.11109.88197.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 58.81%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 78 (30.86% from 255) = 22.16%
R=58.81%
G=19.03%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207677800.680.620.19355.2959.3253.73
HexCF434E0443E131633b36
Octal317103116010476235437366
Binary11001111100001110011100100010011111010011101100011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF434E; }

 p { color: rgb(207,67,78); }

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

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

 a { background-color: rgb(207,67,78); }

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

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

 span { border-color: rgb(207,67,78); }

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