Shades of Trinidad #C55626
Tints of Trinidad #C55626
RGB
CMYK
RGB Variations
Color information
#C55626 (or 0xC55626) is known color: Trinidad. HEX triplet: C5, 56 and 26. RGB value is (197,86,38). Sum of RGB (Red+Green+Blue) = 197+86+38=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C55626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55626 is #3AA9D9. Grayscale: #727272. Windows color (decimal): -3844570 or 2512581. OLE color: 2512581.
HSL color Cylindrical-coordinate representation of color #C55626: hue angle of 18.11º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C55626 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 38 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.23 |
| HSL | 18.11º | 0.68% | 0.46% | - |
| HSV(B) | 18.11º | 0.81% | 0.77% | - |
| XYZ | 26.7 | 18.67 | 4.03 | - |
| YUV | 113.72 | 85.27 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 38 | 0 | 0.56 | 0.81 | 0.23 | 18.11 | 0.68 | 0.46 |
| Hex | C5 | 56 | 26 | 0 | 38 | 51 | 17 | 12 | 44 | 2E |
| Octal | 305 | 126 | 46 | 0 | 70 | 121 | 27 | 22 | 104 | 56 |
| Binary | 11000101 | 1010110 | 100110 | 0 | 111000 | 1010001 | 10111 | 10010 | 1000100 | 101110 |
Color Harmonies of #C55626
Complementary color
Monochromatic Colors of #C55626
Black with #C55626
Text Example
Text Example
White with #C55626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55626; }
p { color: rgb(197,86,38); }
H1.HeaderClassName
{
color: #C55626;
}
.AnyTagClassName
{
color: #C55626;
}
</style>
background-color css
<style>
a { background-color: #C55626; }
a { background-color: rgb(197,86,38); }
div.DivClassName
{
background-color: #C55626;
}
.BgClassName
{
background-color: #C55626;
}
</style>
border-color css
<style>
span { border-color: #C55626; }
span { border-color: rgb(197,86,38); }
td.TdClassName
{
border-color: #C55626;
}
.TagClassName
{
border-color: #C55626;
}
</style>