Shades of Trinidad #C5542B
Tints of Trinidad #C5542B
RGB
CMYK
RGB Variations
Color information
#C5542B (or 0xC5542B) is known color: Trinidad. HEX triplet: C5, 54 and 2B. RGB value is (197,84,43). Sum of RGB (Red+Green+Blue) = 197+84+43=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5542B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5542B is #3AABD4. Grayscale: #717171. Windows color (decimal): -3845077 or 2839749. OLE color: 2839749.
HSL color Cylindrical-coordinate representation of color #C5542B: hue angle of 15.97º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5542B is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 43 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.23 |
| HSL | 15.97º | 0.64% | 0.47% | - |
| HSV(B) | 15.97º | 0.78% | 0.77% | - |
| XYZ | 26.63 | 18.39 | 4.43 | - |
| YUV | 113.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 43 | 0 | 0.57 | 0.78 | 0.23 | 15.97 | 0.64 | 0.47 |
| Hex | C5 | 54 | 2B | 0 | 39 | 4E | 17 | 10 | 40 | 2F |
| Octal | 305 | 124 | 53 | 0 | 71 | 116 | 27 | 20 | 100 | 57 |
| Binary | 11000101 | 1010100 | 101011 | 0 | 111001 | 1001110 | 10111 | 10000 | 1000000 | 101111 |
Color Harmonies of #C5542B
Complementary color
Monochromatic Colors of #C5542B
Black with #C5542B
Text Example
Text Example
White with #C5542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5542B; }
p { color: rgb(197,84,43); }
H1.HeaderClassName
{
color: #C5542B;
}
.AnyTagClassName
{
color: #C5542B;
}
</style>
background-color css
<style>
a { background-color: #C5542B; }
a { background-color: rgb(197,84,43); }
div.DivClassName
{
background-color: #C5542B;
}
.BgClassName
{
background-color: #C5542B;
}
</style>
border-color css
<style>
span { border-color: #C5542B; }
span { border-color: rgb(197,84,43); }
td.TdClassName
{
border-color: #C5542B;
}
.TagClassName
{
border-color: #C5542B;
}
</style>