Shades of Trinidad #C55431
Tints of Trinidad #C55431
RGB
CMYK
RGB Variations
Color information
#C55431 (or 0xC55431) is known color: Trinidad. HEX triplet: C5, 54 and 31. RGB value is (197,84,49). Sum of RGB (Red+Green+Blue) = 197+84+49=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C55431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55431 is #3AABCE. Grayscale: #727272. Windows color (decimal): -3845071 or 3232965. OLE color: 3232965.
HSL color Cylindrical-coordinate representation of color #C55431: hue angle of 14.19º 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 #C55431 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 49 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.23 |
| HSL | 14.19º | 0.6% | 0.48% | - |
| HSV(B) | 14.19º | 0.75% | 0.77% | - |
| XYZ | 26.75 | 18.43 | 5.05 | - |
| YUV | 113.8 | 91.44 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 49 | 0 | 0.57 | 0.75 | 0.23 | 14.19 | 0.6 | 0.48 |
| Hex | C5 | 54 | 31 | 0 | 39 | 4B | 17 | E | 3C | 30 |
| Octal | 305 | 124 | 61 | 0 | 71 | 113 | 27 | 16 | 74 | 60 |
| Binary | 11000101 | 1010100 | 110001 | 0 | 111001 | 1001011 | 10111 | 1110 | 111100 | 110000 |
Color Harmonies of #C55431
Complementary color
Monochromatic Colors of #C55431
Black with #C55431
Text Example
Text Example
White with #C55431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55431; }
p { color: rgb(197,84,49); }
H1.HeaderClassName
{
color: #C55431;
}
.AnyTagClassName
{
color: #C55431;
}
</style>
background-color css
<style>
a { background-color: #C55431; }
a { background-color: rgb(197,84,49); }
div.DivClassName
{
background-color: #C55431;
}
.BgClassName
{
background-color: #C55431;
}
</style>
border-color css
<style>
span { border-color: #C55431; }
span { border-color: rgb(197,84,49); }
td.TdClassName
{
border-color: #C55431;
}
.TagClassName
{
border-color: #C55431;
}
</style>