Shades of Trinidad #C55831
Tints of Trinidad #C55831
RGB
CMYK
RGB Variations
Color information
#C55831 (or 0xC55831) is known color: Trinidad. HEX triplet: C5, 58 and 31. RGB value is (197,88,49). Sum of RGB (Red+Green+Blue) = 197+88+49=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 49 (19.53% from 255 or 14.67% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C55831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55831 is #3AA7CE. Grayscale: #747474. Windows color (decimal): -3844047 or 3233989. OLE color: 3233989.
HSL color Cylindrical-coordinate representation of color #C55831: hue angle of 15.81º 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 #C55831 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 88 | 49 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.23 |
| HSL | 15.81º | 0.6% | 0.48% | - |
| HSV(B) | 15.81º | 0.75% | 0.77% | - |
| XYZ | 27.07 | 19.07 | 5.16 | - |
| YUV | 116.15 | 90.11 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 88 | 49 | 0 | 0.55 | 0.75 | 0.23 | 15.81 | 0.6 | 0.48 |
| Hex | C5 | 58 | 31 | 0 | 37 | 4B | 17 | 10 | 3C | 30 |
| Octal | 305 | 130 | 61 | 0 | 67 | 113 | 27 | 20 | 74 | 60 |
| Binary | 11000101 | 1011000 | 110001 | 0 | 110111 | 1001011 | 10111 | 10000 | 111100 | 110000 |
Color Harmonies of #C55831
Complementary color
Monochromatic Colors of #C55831
Black with #C55831
Text Example
Text Example
White with #C55831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55831; }
p { color: rgb(197,88,49); }
H1.HeaderClassName
{
color: #C55831;
}
.AnyTagClassName
{
color: #C55831;
}
</style>
background-color css
<style>
a { background-color: #C55831; }
a { background-color: rgb(197,88,49); }
div.DivClassName
{
background-color: #C55831;
}
.BgClassName
{
background-color: #C55831;
}
</style>
border-color css
<style>
span { border-color: #C55831; }
span { border-color: rgb(197,88,49); }
td.TdClassName
{
border-color: #C55831;
}
.TagClassName
{
border-color: #C55831;
}
</style>