Shades of Trinidad #C5562F
Tints of Trinidad #C5562F
RGB
CMYK
RGB Variations
Color information
#C5562F (or 0xC5562F) is known color: Trinidad. HEX triplet: C5, 56 and 2F. RGB value is (197,86,47). Sum of RGB (Red+Green+Blue) = 197+86+47=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C5562F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5562F is #3AA9D0. Grayscale: #737373. Windows color (decimal): -3844561 or 3102405. OLE color: 3102405.
HSL color Cylindrical-coordinate representation of color #C5562F: hue angle of 15.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5562F is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 47 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.23 |
| HSL | 15.6º | 0.61% | 0.48% | - |
| HSV(B) | 15.6º | 0.76% | 0.77% | - |
| XYZ | 26.87 | 18.73 | 4.89 | - |
| YUV | 114.74 | 89.77 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 47 | 0 | 0.56 | 0.76 | 0.23 | 15.6 | 0.61 | 0.48 |
| Hex | C5 | 56 | 2F | 0 | 38 | 4C | 17 | 10 | 3D | 30 |
| Octal | 305 | 126 | 57 | 0 | 70 | 114 | 27 | 20 | 75 | 60 |
| Binary | 11000101 | 1010110 | 101111 | 0 | 111000 | 1001100 | 10111 | 10000 | 111101 | 110000 |
Color Harmonies of #C5562F
Complementary color
Monochromatic Colors of #C5562F
Black with #C5562F
Text Example
Text Example
White with #C5562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5562F; }
p { color: rgb(197,86,47); }
H1.HeaderClassName
{
color: #C5562F;
}
.AnyTagClassName
{
color: #C5562F;
}
</style>
background-color css
<style>
a { background-color: #C5562F; }
a { background-color: rgb(197,86,47); }
div.DivClassName
{
background-color: #C5562F;
}
.BgClassName
{
background-color: #C5562F;
}
</style>
border-color css
<style>
span { border-color: #C5562F; }
span { border-color: rgb(197,86,47); }
td.TdClassName
{
border-color: #C5562F;
}
.TagClassName
{
border-color: #C5562F;
}
</style>