#CF4344

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

Shades of Mahogany #CF4344

Tints of Mahogany #CF4344

Color information

#CF4344 (or 0xCF4344) is unknown color: approx Mahogany. HEX triplet: CF, 43 and 44. RGB value is (207,67,68). Sum of RGB (Red+Green+Blue) = 207+67+68=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4344 is #30BCBB. Grayscale: #6D6D6D. Windows color (decimal): -3194044 or 4473807. OLE color: 4473807.

HSL color Cylindrical-coordinate representation of color #CF4344: hue angle of 359.57º 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 #CF4344 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB2076768-
CMYK00.680.670.19
HSL359.57º59.32%53.73%-
HSV(B)359.57º67.63%81.18%-
XYZ28.7817.77.37-
YUV108.97104.88197.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60.53%
GREEN value IS 67 (26.56% from 255) = 19.59%
BLUE value IS 68 (26.95% from 255) = 19.88%
R=60.53%
G=19.59%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207676800.680.670.19359.5759.3253.73
HexCF434404443131683b36
Octal3171031040104103235507366
Binary110011111000011100010001000100100001110011101101000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4344; }

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

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

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

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

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

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

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

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