Shades of Trinidad #C55132
Tints of Trinidad #C55132
RGB
CMYK
RGB Variations
Color information
#C55132 (or 0xC55132) is known color: Trinidad. HEX triplet: C5, 51 and 32. RGB value is (197,81,50). Sum of RGB (Red+Green+Blue) = 197+81+50=328 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.06% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 197 - color contains mainly: red. Hex color #C55132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55132 is #3AAECD. Grayscale: #707070. Windows color (decimal): -3845838 or 3297733. OLE color: 3297733.
HSL color Cylindrical-coordinate representation of color #C55132: hue angle of 12.65º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C55132 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 50 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.23 |
| HSL | 12.65º | 0.6% | 0.48% | - |
| HSV(B) | 12.65º | 0.75% | 0.77% | - |
| XYZ | 26.54 | 17.99 | 5.09 | - |
| YUV | 112.15 | 92.93 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 50 | 0 | 0.59 | 0.75 | 0.23 | 12.65 | 0.6 | 0.48 |
| Hex | C5 | 51 | 32 | 0 | 3B | 4B | 17 | D | 3C | 30 |
| Octal | 305 | 121 | 62 | 0 | 73 | 113 | 27 | 15 | 74 | 60 |
| Binary | 11000101 | 1010001 | 110010 | 0 | 111011 | 1001011 | 10111 | 1101 | 111100 | 110000 |
Color Harmonies of #C55132
Complementary color
Monochromatic Colors of #C55132
Black with #C55132
Text Example
Text Example
White with #C55132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55132; }
p { color: rgb(197,81,50); }
H1.HeaderClassName
{
color: #C55132;
}
.AnyTagClassName
{
color: #C55132;
}
</style>
background-color css
<style>
a { background-color: #C55132; }
a { background-color: rgb(197,81,50); }
div.DivClassName
{
background-color: #C55132;
}
.BgClassName
{
background-color: #C55132;
}
</style>
border-color css
<style>
span { border-color: #C55132; }
span { border-color: rgb(197,81,50); }
td.TdClassName
{
border-color: #C55132;
}
.TagClassName
{
border-color: #C55132;
}
</style>