Shades of Trinidad #C55020
Tints of Trinidad #C55020
RGB
CMYK
RGB Variations
Color information
#C55020 (or 0xC55020) is known color: Trinidad. HEX triplet: C5, 50 and 20. RGB value is (197,80,32). Sum of RGB (Red+Green+Blue) = 197+80+32=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C55020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55020 is #3AAFDF. Grayscale: #6D6D6D. Windows color (decimal): -3846112 or 2117829. OLE color: 2117829.
HSL color Cylindrical-coordinate representation of color #C55020: hue angle of 17.45º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C55020 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 32 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.23 |
| HSL | 17.45º | 0.72% | 0.45% | - |
| HSV(B) | 17.45º | 0.84% | 0.77% | - |
| XYZ | 26.16 | 17.71 | 3.41 | - |
| YUV | 109.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 32 | 0 | 0.59 | 0.84 | 0.23 | 17.45 | 0.72 | 0.45 |
| Hex | C5 | 50 | 20 | 0 | 3B | 54 | 17 | 11 | 48 | 2D |
| Octal | 305 | 120 | 40 | 0 | 73 | 124 | 27 | 21 | 110 | 55 |
| Binary | 11000101 | 1010000 | 100000 | 0 | 111011 | 1010100 | 10111 | 10001 | 1001000 | 101101 |
Color Harmonies of #C55020
Complementary color
Monochromatic Colors of #C55020
Black with #C55020
Text Example
Text Example
White with #C55020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55020; }
p { color: rgb(197,80,32); }
H1.HeaderClassName
{
color: #C55020;
}
.AnyTagClassName
{
color: #C55020;
}
</style>
background-color css
<style>
a { background-color: #C55020; }
a { background-color: rgb(197,80,32); }
div.DivClassName
{
background-color: #C55020;
}
.BgClassName
{
background-color: #C55020;
}
</style>
border-color css
<style>
span { border-color: #C55020; }
span { border-color: rgb(197,80,32); }
td.TdClassName
{
border-color: #C55020;
}
.TagClassName
{
border-color: #C55020;
}
</style>