Shades of Trinidad #C5562B
Tints of Trinidad #C5562B
RGB
CMYK
RGB Variations
Color information
#C5562B (or 0xC5562B) is known color: Trinidad. HEX triplet: C5, 56 and 2B. RGB value is (197,86,43). Sum of RGB (Red+Green+Blue) = 197+86+43=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5562B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5562B is #3AA9D4. Grayscale: #727272. Windows color (decimal): -3844565 or 2840261. OLE color: 2840261.
HSL color Cylindrical-coordinate representation of color #C5562B: hue angle of 16.75º 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 #C5562B is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 43 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.23 |
| HSL | 16.75º | 0.64% | 0.47% | - |
| HSV(B) | 16.75º | 0.78% | 0.77% | - |
| XYZ | 26.79 | 18.7 | 4.48 | - |
| YUV | 114.29 | 87.77 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 43 | 0 | 0.56 | 0.78 | 0.23 | 16.75 | 0.64 | 0.47 |
| Hex | C5 | 56 | 2B | 0 | 38 | 4E | 17 | 11 | 40 | 2F |
| Octal | 305 | 126 | 53 | 0 | 70 | 116 | 27 | 21 | 100 | 57 |
| Binary | 11000101 | 1010110 | 101011 | 0 | 111000 | 1001110 | 10111 | 10001 | 1000000 | 101111 |
Color Harmonies of #C5562B
Complementary color
Monochromatic Colors of #C5562B
Black with #C5562B
Text Example
Text Example
White with #C5562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5562B; }
p { color: rgb(197,86,43); }
H1.HeaderClassName
{
color: #C5562B;
}
.AnyTagClassName
{
color: #C5562B;
}
</style>
background-color css
<style>
a { background-color: #C5562B; }
a { background-color: rgb(197,86,43); }
div.DivClassName
{
background-color: #C5562B;
}
.BgClassName
{
background-color: #C5562B;
}
</style>
border-color css
<style>
span { border-color: #C5562B; }
span { border-color: rgb(197,86,43); }
td.TdClassName
{
border-color: #C5562B;
}
.TagClassName
{
border-color: #C5562B;
}
</style>