Shades of Trinidad #C55537
Tints of Trinidad #C55537
RGB
CMYK
RGB Variations
Color information
#C55537 (or 0xC55537) is known color: Trinidad. HEX triplet: C5, 55 and 37. RGB value is (197,85,55). Sum of RGB (Red+Green+Blue) = 197+85+55=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C55537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55537 is #3AAAC8. Grayscale: #737373. Windows color (decimal): -3844809 or 3626437. OLE color: 3626437.
HSL color Cylindrical-coordinate representation of color #C55537: hue angle of 12.68º 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 #C55537 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 55 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.23 |
| HSL | 12.68º | 0.56% | 0.49% | - |
| HSV(B) | 12.68º | 0.72% | 0.77% | - |
| XYZ | 26.96 | 18.64 | 5.79 | - |
| YUV | 115.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 55 | 0 | 0.57 | 0.72 | 0.23 | 12.68 | 0.56 | 0.49 |
| Hex | C5 | 55 | 37 | 0 | 39 | 48 | 17 | D | 38 | 31 |
| Octal | 305 | 125 | 67 | 0 | 71 | 110 | 27 | 15 | 70 | 61 |
| Binary | 11000101 | 1010101 | 110111 | 0 | 111001 | 1001000 | 10111 | 1101 | 111000 | 110001 |
Color Harmonies of #C55537
Complementary color
Monochromatic Colors of #C55537
Black with #C55537
Text Example
Text Example
White with #C55537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55537; }
p { color: rgb(197,85,55); }
H1.HeaderClassName
{
color: #C55537;
}
.AnyTagClassName
{
color: #C55537;
}
</style>
background-color css
<style>
a { background-color: #C55537; }
a { background-color: rgb(197,85,55); }
div.DivClassName
{
background-color: #C55537;
}
.BgClassName
{
background-color: #C55537;
}
</style>
border-color css
<style>
span { border-color: #C55537; }
span { border-color: rgb(197,85,55); }
td.TdClassName
{
border-color: #C55537;
}
.TagClassName
{
border-color: #C55537;
}
</style>