Shades of Trinidad #C4542E
Tints of Trinidad #C4542E
RGB
CMYK
RGB Variations
Color information
#C4542E (or 0xC4542E) is known color: Trinidad. HEX triplet: C4, 54 and 2E. RGB value is (196,84,46). Sum of RGB (Red+Green+Blue) = 196+84+46=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4542E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4542E is #3BABD1. Grayscale: #717171. Windows color (decimal): -3910610 or 3036356. OLE color: 3036356.
HSL color Cylindrical-coordinate representation of color #C4542E: hue angle of 15.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4542E is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 46 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.23 |
| HSL | 15.2º | 0.62% | 0.47% | - |
| HSV(B) | 15.2º | 0.77% | 0.77% | - |
| XYZ | 26.43 | 18.27 | 4.72 | - |
| YUV | 113.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 46 | 0 | 0.57 | 0.77 | 0.23 | 15.2 | 0.62 | 0.47 |
| Hex | C4 | 54 | 2E | 0 | 39 | 4D | 17 | F | 3E | 2F |
| Octal | 304 | 124 | 56 | 0 | 71 | 115 | 27 | 17 | 76 | 57 |
| Binary | 11000100 | 1010100 | 101110 | 0 | 111001 | 1001101 | 10111 | 1111 | 111110 | 101111 |
Color Harmonies of #C4542E
Complementary color
Monochromatic Colors of #C4542E
Black with #C4542E
Text Example
Text Example
White with #C4542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4542E; }
p { color: rgb(196,84,46); }
H1.HeaderClassName
{
color: #C4542E;
}
.AnyTagClassName
{
color: #C4542E;
}
</style>
background-color css
<style>
a { background-color: #C4542E; }
a { background-color: rgb(196,84,46); }
div.DivClassName
{
background-color: #C4542E;
}
.BgClassName
{
background-color: #C4542E;
}
</style>
border-color css
<style>
span { border-color: #C4542E; }
span { border-color: rgb(196,84,46); }
td.TdClassName
{
border-color: #C4542E;
}
.TagClassName
{
border-color: #C4542E;
}
</style>