Shades of Trinidad #C5542E
Tints of Trinidad #C5542E
RGB
CMYK
RGB Variations
Color information
#C5542E (or 0xC5542E) is known color: Trinidad. HEX triplet: C5, 54 and 2E. RGB value is (197,84,46). Sum of RGB (Red+Green+Blue) = 197+84+46=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5542E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5542E is #3AABD1. Grayscale: #717171. Windows color (decimal): -3845074 or 3036357. OLE color: 3036357.
HSL color Cylindrical-coordinate representation of color #C5542E: hue angle of 15.1º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5542E is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 46 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.23 |
| HSL | 15.1º | 0.62% | 0.48% | - |
| HSV(B) | 15.1º | 0.77% | 0.77% | - |
| XYZ | 26.69 | 18.41 | 4.73 | - |
| YUV | 113.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 46 | 0 | 0.57 | 0.77 | 0.23 | 15.1 | 0.62 | 0.48 |
| Hex | C5 | 54 | 2E | 0 | 39 | 4D | 17 | F | 3E | 30 |
| Octal | 305 | 124 | 56 | 0 | 71 | 115 | 27 | 17 | 76 | 60 |
| Binary | 11000101 | 1010100 | 101110 | 0 | 111001 | 1001101 | 10111 | 1111 | 111110 | 110000 |
Color Harmonies of #C5542E
Complementary color
Monochromatic Colors of #C5542E
Black with #C5542E
Text Example
Text Example
White with #C5542E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5542E; }
p { color: rgb(197,84,46); }
H1.HeaderClassName
{
color: #C5542E;
}
.AnyTagClassName
{
color: #C5542E;
}
</style>
background-color css
<style>
a { background-color: #C5542E; }
a { background-color: rgb(197,84,46); }
div.DivClassName
{
background-color: #C5542E;
}
.BgClassName
{
background-color: #C5542E;
}
</style>
border-color css
<style>
span { border-color: #C5542E; }
span { border-color: rgb(197,84,46); }
td.TdClassName
{
border-color: #C5542E;
}
.TagClassName
{
border-color: #C5542E;
}
</style>