Shades of Trinidad #C55236
Tints of Trinidad #C55236
RGB
CMYK
RGB Variations
Color information
#C55236 (or 0xC55236) is known color: Trinidad. HEX triplet: C5, 52 and 36. RGB value is (197,82,54). Sum of RGB (Red+Green+Blue) = 197+82+54=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C55236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55236 is #3AADC9. Grayscale: #717171. Windows color (decimal): -3845578 or 3560133. OLE color: 3560133.
HSL color Cylindrical-coordinate representation of color #C55236: hue angle of 11.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C55236 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 54 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.23 |
| HSL | 11.75º | 0.57% | 0.49% | - |
| HSV(B) | 11.75º | 0.73% | 0.77% | - |
| XYZ | 26.71 | 18.17 | 5.59 | - |
| YUV | 113.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 54 | 0 | 0.58 | 0.73 | 0.23 | 11.75 | 0.57 | 0.49 |
| Hex | C5 | 52 | 36 | 0 | 3A | 49 | 17 | C | 39 | 31 |
| Octal | 305 | 122 | 66 | 0 | 72 | 111 | 27 | 14 | 71 | 61 |
| Binary | 11000101 | 1010010 | 110110 | 0 | 111010 | 1001001 | 10111 | 1100 | 111001 | 110001 |
Color Harmonies of #C55236
Complementary color
Monochromatic Colors of #C55236
Black with #C55236
Text Example
Text Example
White with #C55236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55236; }
p { color: rgb(197,82,54); }
H1.HeaderClassName
{
color: #C55236;
}
.AnyTagClassName
{
color: #C55236;
}
</style>
background-color css
<style>
a { background-color: #C55236; }
a { background-color: rgb(197,82,54); }
div.DivClassName
{
background-color: #C55236;
}
.BgClassName
{
background-color: #C55236;
}
</style>
border-color css
<style>
span { border-color: #C55236; }
span { border-color: rgb(197,82,54); }
td.TdClassName
{
border-color: #C55236;
}
.TagClassName
{
border-color: #C55236;
}
</style>