Shades of Trinidad #C5563A
Tints of Trinidad #C5563A
RGB
CMYK
RGB Variations
Color information
#C5563A (or 0xC5563A) is known color: Trinidad. HEX triplet: C5, 56 and 3A. RGB value is (197,86,58). Sum of RGB (Red+Green+Blue) = 197+86+58=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5563A is #3AA9C5. Grayscale: #747474. Windows color (decimal): -3844550 or 3823301. OLE color: 3823301.
HSL color Cylindrical-coordinate representation of color #C5563A: hue angle of 12.09º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5563A is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 58 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.23 |
| HSL | 12.09º | 0.55% | 0.5% | - |
| HSV(B) | 12.09º | 0.71% | 0.77% | - |
| XYZ | 27.12 | 18.83 | 6.21 | - |
| YUV | 116 | 95.27 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 58 | 0 | 0.56 | 0.71 | 0.23 | 12.09 | 0.55 | 0.5 |
| Hex | C5 | 56 | 3A | 0 | 38 | 47 | 17 | C | 37 | 32 |
| Octal | 305 | 126 | 72 | 0 | 70 | 107 | 27 | 14 | 67 | 62 |
| Binary | 11000101 | 1010110 | 111010 | 0 | 111000 | 1000111 | 10111 | 1100 | 110111 | 110010 |
Color Harmonies of #C5563A
Complementary color
Monochromatic Colors of #C5563A
Black with #C5563A
Text Example
Text Example
White with #C5563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5563A; }
p { color: rgb(197,86,58); }
H1.HeaderClassName
{
color: #C5563A;
}
.AnyTagClassName
{
color: #C5563A;
}
</style>
background-color css
<style>
a { background-color: #C5563A; }
a { background-color: rgb(197,86,58); }
div.DivClassName
{
background-color: #C5563A;
}
.BgClassName
{
background-color: #C5563A;
}
</style>
border-color css
<style>
span { border-color: #C5563A; }
span { border-color: rgb(197,86,58); }
td.TdClassName
{
border-color: #C5563A;
}
.TagClassName
{
border-color: #C5563A;
}
</style>