Shades of Trinidad #C5573A
Tints of Trinidad #C5573A
RGB
CMYK
RGB Variations
Color information
#C5573A (or 0xC5573A) is known color: Trinidad. HEX triplet: C5, 57 and 3A. RGB value is (197,87,58). Sum of RGB (Red+Green+Blue) = 197+87+58=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C5573A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5573A is #3AA8C5. Grayscale: #747474. Windows color (decimal): -3844294 or 3823557. OLE color: 3823557.
HSL color Cylindrical-coordinate representation of color #C5573A: hue angle of 12.52º 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 #C5573A is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 58 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.23 |
| HSL | 12.52º | 0.55% | 0.5% | - |
| HSV(B) | 12.52º | 0.71% | 0.77% | - |
| XYZ | 27.2 | 18.99 | 6.24 | - |
| YUV | 116.58 | 94.94 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 58 | 0 | 0.56 | 0.71 | 0.23 | 12.52 | 0.55 | 0.5 |
| Hex | C5 | 57 | 3A | 0 | 38 | 47 | 17 | D | 37 | 32 |
| Octal | 305 | 127 | 72 | 0 | 70 | 107 | 27 | 15 | 67 | 62 |
| Binary | 11000101 | 1010111 | 111010 | 0 | 111000 | 1000111 | 10111 | 1101 | 110111 | 110010 |
Color Harmonies of #C5573A
Complementary color
Monochromatic Colors of #C5573A
Black with #C5573A
Text Example
Text Example
White with #C5573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5573A; }
p { color: rgb(197,87,58); }
H1.HeaderClassName
{
color: #C5573A;
}
.AnyTagClassName
{
color: #C5573A;
}
</style>
background-color css
<style>
a { background-color: #C5573A; }
a { background-color: rgb(197,87,58); }
div.DivClassName
{
background-color: #C5573A;
}
.BgClassName
{
background-color: #C5573A;
}
</style>
border-color css
<style>
span { border-color: #C5573A; }
span { border-color: rgb(197,87,58); }
td.TdClassName
{
border-color: #C5573A;
}
.TagClassName
{
border-color: #C5573A;
}
</style>