Shades of Trinidad #C55128
Tints of Trinidad #C55128
RGB
CMYK
RGB Variations
Color information
#C55128 (or 0xC55128) is known color: Trinidad. HEX triplet: C5, 51 and 28. RGB value is (197,81,40). Sum of RGB (Red+Green+Blue) = 197+81+40=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C55128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55128 is #3AAED7. Grayscale: #6F6F6F. Windows color (decimal): -3845848 or 2642373. OLE color: 2642373.
HSL color Cylindrical-coordinate representation of color #C55128: hue angle of 15.67º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C55128 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 40 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.23 |
| HSL | 15.67º | 0.66% | 0.46% | - |
| HSV(B) | 15.67º | 0.8% | 0.77% | - |
| XYZ | 26.35 | 17.91 | 4.08 | - |
| YUV | 111.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 40 | 0 | 0.59 | 0.80 | 0.23 | 15.67 | 0.66 | 0.46 |
| Hex | C5 | 51 | 28 | 0 | 3B | 50 | 17 | 10 | 42 | 2E |
| Octal | 305 | 121 | 50 | 0 | 73 | 120 | 27 | 20 | 102 | 56 |
| Binary | 11000101 | 1010001 | 101000 | 0 | 111011 | 1010000 | 10111 | 10000 | 1000010 | 101110 |
Color Harmonies of #C55128
Complementary color
Monochromatic Colors of #C55128
Black with #C55128
Text Example
Text Example
White with #C55128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55128; }
p { color: rgb(197,81,40); }
H1.HeaderClassName
{
color: #C55128;
}
.AnyTagClassName
{
color: #C55128;
}
</style>
background-color css
<style>
a { background-color: #C55128; }
a { background-color: rgb(197,81,40); }
div.DivClassName
{
background-color: #C55128;
}
.BgClassName
{
background-color: #C55128;
}
</style>
border-color css
<style>
span { border-color: #C55128; }
span { border-color: rgb(197,81,40); }
td.TdClassName
{
border-color: #C55128;
}
.TagClassName
{
border-color: #C55128;
}
</style>