#CB4246

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

Shades of Mahogany #CB4246

Tints of Mahogany #CB4246

Color information

#CB4246 (or 0xCB4246) is unknown color: approx Mahogany. HEX triplet: CB, 42 and 46. RGB value is (203,66,70). Sum of RGB (Red+Green+Blue) = 203+66+70=339 (44% of max value = 765). Red value is 203 (79.69% from 255 or 59.88% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4246 is #34BDB9. Grayscale: #6B6B6B. Windows color (decimal): -3456442 or 4604619. OLE color: 4604619.

HSL color Cylindrical-coordinate representation of color #CB4246: hue angle of 358.25º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4246 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB2036670-
CMYK00.670.660.20
HSL358.25º56.85%52.75%-
HSV(B)358.25º67.49%79.61%-
XYZ27.6817.047.62-
YUV107.42106.89196.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 59.88%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 70 (27.73% from 255) = 20.65%
R=59.88%
G=19.47%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203667000.670.660.20358.2556.8552.75
HexCB424604342141663935
Octal3131021060103102245467165
Binary110010111000010100011001000011100001010100101100110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4246; }

 p { color: rgb(203,66,70); }

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

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

 a { background-color: rgb(203,66,70); }

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

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

 span { border-color: rgb(203,66,70); }

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