Shades of Mahogany #CB3E43
Tints of Mahogany #CB3E43
RGB
CMYK
RGB Variations
Color information
#CB3E43 (or 0xCB3E43) is known color: Mahogany. HEX triplet: CB, 3E and 43. RGB value is (203,62,67). Sum of RGB (Red+Green+Blue) = 203+62+67=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E43 is #34C1BC. Grayscale: #686868. Windows color (decimal): -3457469 or 4406987. OLE color: 4406987.
HSL color Cylindrical-coordinate representation of color #CB3E43: hue angle of 357.87º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3E43 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 67 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.20 |
| HSL | 357.87º | 0.58% | 0.52% | - |
| HSV(B) | 357.87º | 0.69% | 0.8% | - |
| XYZ | 27.36 | 16.55 | 7.06 | - |
| YUV | 104.73 | 106.71 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 67 | 0 | 0.69 | 0.67 | 0.20 | 357.87 | 0.58 | 0.52 |
| Hex | CB | 3E | 43 | 0 | 45 | 43 | 14 | 166 | 3A | 34 |
| Octal | 313 | 76 | 103 | 0 | 105 | 103 | 24 | 546 | 72 | 64 |
| Binary | 11001011 | 111110 | 1000011 | 0 | 1000101 | 1000011 | 10100 | 101100110 | 111010 | 110100 |
Color Harmonies of #CB3E43
Complementary color
Monochromatic Colors of #CB3E43
Black with #CB3E43
Text Example
Text Example
White with #CB3E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E43; }
p { color: rgb(203,62,67); }
H1.HeaderClassName
{
color: #CB3E43;
}
.AnyTagClassName
{
color: #CB3E43;
}
</style>
background-color css
<style>
a { background-color: #CB3E43; }
a { background-color: rgb(203,62,67); }
div.DivClassName
{
background-color: #CB3E43;
}
.BgClassName
{
background-color: #CB3E43;
}
</style>
border-color css
<style>
span { border-color: #CB3E43; }
span { border-color: rgb(203,62,67); }
td.TdClassName
{
border-color: #CB3E43;
}
.TagClassName
{
border-color: #CB3E43;
}
</style>