Shades of Trinidad #C55438
Tints of Trinidad #C55438
RGB
CMYK
RGB Variations
Color information
#C55438 (or 0xC55438) is known color: Trinidad. HEX triplet: C5, 54 and 38. RGB value is (197,84,56). Sum of RGB (Red+Green+Blue) = 197+84+56=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C55438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55438 is #3AABC7. Grayscale: #727272. Windows color (decimal): -3845064 or 3691717. OLE color: 3691717.
HSL color Cylindrical-coordinate representation of color #C55438: hue angle of 11.91º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C55438 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 56 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.23 |
| HSL | 11.91º | 0.56% | 0.5% | - |
| HSV(B) | 11.91º | 0.72% | 0.77% | - |
| XYZ | 26.91 | 18.5 | 5.89 | - |
| YUV | 114.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 56 | 0 | 0.57 | 0.72 | 0.23 | 11.91 | 0.56 | 0.5 |
| Hex | C5 | 54 | 38 | 0 | 39 | 48 | 17 | C | 38 | 32 |
| Octal | 305 | 124 | 70 | 0 | 71 | 110 | 27 | 14 | 70 | 62 |
| Binary | 11000101 | 1010100 | 111000 | 0 | 111001 | 1001000 | 10111 | 1100 | 111000 | 110010 |
Color Harmonies of #C55438
Complementary color
Monochromatic Colors of #C55438
Black with #C55438
Text Example
Text Example
White with #C55438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55438; }
p { color: rgb(197,84,56); }
H1.HeaderClassName
{
color: #C55438;
}
.AnyTagClassName
{
color: #C55438;
}
</style>
background-color css
<style>
a { background-color: #C55438; }
a { background-color: rgb(197,84,56); }
div.DivClassName
{
background-color: #C55438;
}
.BgClassName
{
background-color: #C55438;
}
</style>
border-color css
<style>
span { border-color: #C55438; }
span { border-color: rgb(197,84,56); }
td.TdClassName
{
border-color: #C55438;
}
.TagClassName
{
border-color: #C55438;
}
</style>