Shades of Trinidad #C55737
Tints of Trinidad #C55737
RGB
CMYK
RGB Variations
Color information
#C55737 (or 0xC55737) is known color: Trinidad. HEX triplet: C5, 57 and 37. RGB value is (197,87,55). Sum of RGB (Red+Green+Blue) = 197+87+55=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C55737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55737 is #3AA8C8. Grayscale: #747474. Windows color (decimal): -3844297 or 3626949. OLE color: 3626949.
HSL color Cylindrical-coordinate representation of color #C55737: hue angle of 13.52º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C55737 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 55 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.23 |
| HSL | 13.52º | 0.56% | 0.49% | - |
| HSV(B) | 13.52º | 0.72% | 0.77% | - |
| XYZ | 27.12 | 18.96 | 5.84 | - |
| YUV | 116.24 | 93.44 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 55 | 0 | 0.56 | 0.72 | 0.23 | 13.52 | 0.56 | 0.49 |
| Hex | C5 | 57 | 37 | 0 | 38 | 48 | 17 | E | 38 | 31 |
| Octal | 305 | 127 | 67 | 0 | 70 | 110 | 27 | 16 | 70 | 61 |
| Binary | 11000101 | 1010111 | 110111 | 0 | 111000 | 1001000 | 10111 | 1110 | 111000 | 110001 |
Color Harmonies of #C55737
Complementary color
Monochromatic Colors of #C55737
Black with #C55737
Text Example
Text Example
White with #C55737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55737; }
p { color: rgb(197,87,55); }
H1.HeaderClassName
{
color: #C55737;
}
.AnyTagClassName
{
color: #C55737;
}
</style>
background-color css
<style>
a { background-color: #C55737; }
a { background-color: rgb(197,87,55); }
div.DivClassName
{
background-color: #C55737;
}
.BgClassName
{
background-color: #C55737;
}
</style>
border-color css
<style>
span { border-color: #C55737; }
span { border-color: rgb(197,87,55); }
td.TdClassName
{
border-color: #C55737;
}
.TagClassName
{
border-color: #C55737;
}
</style>