#CF4248

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

Shades of Mahogany #CF4248

Tints of Mahogany #CF4248

Color information

#CF4248 (or 0xCF4248) is unknown color: approx Mahogany. HEX triplet: CF, 42 and 48. RGB value is (207,66,72). Sum of RGB (Red+Green+Blue) = 207+66+72=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF4248 is #30BDB7. Grayscale: #6C6C6C. Windows color (decimal): -3194296 or 4735695. OLE color: 4735695.

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

Color convert

RGB2076672-
CMYK00.680.650.19
HSL357.45º59.49%53.53%-
HSV(B)357.45º68.12%81.18%-
XYZ28.8517.638.01-
YUV108.84107.21198.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 60%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 72 (28.52% from 255) = 20.87%
R=60%
G=19.13%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207667200.680.650.19357.4559.4953.53
HexCF424804441131653b36
Octal3171021100104101235457366
Binary110011111000010100100001000100100000110011101100101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4248; }

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

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

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

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

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

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

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

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