#CF3F42

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

Shades of Mahogany #CF3F42

Tints of Mahogany #CF3F42

Color information

#CF3F42 (or 0xCF3F42) is unknown color: approx Mahogany. HEX triplet: CF, 3F and 42. RGB value is (207,63,66). Sum of RGB (Red+Green+Blue) = 207+63+66=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F42 is #30C0BD. Grayscale: #6A6A6A. Windows color (decimal): -3195070 or 4341711. OLE color: 4341711.

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

Color convert

RGB2076366-
CMYK00.700.680.19
HSL358.75º60%52.94%-
HSV(B)358.75º69.57%81.18%-
XYZ28.4917.216.98-
YUV106.4105.21199.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 61.61%
GREEN value IS 63 (25% from 255) = 18.75%
BLUE value IS 66 (26.17% from 255) = 19.64%
R=61.61%
G=18.75%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207636600.700.680.19358.756052.94
HexCF3F4204644131673c35
Octal317771020106104235477465
Binary11001111111111100001001000110100010010011101100111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3F42; }

 p { color: rgb(207,63,66); }

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

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

 a { background-color: rgb(207,63,66); }

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

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

 span { border-color: rgb(207,63,66); }

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