Shades of Trinidad #C55428
Tints of Trinidad #C55428
RGB
CMYK
RGB Variations
Color information
#C55428 (or 0xC55428) is known color: Trinidad. HEX triplet: C5, 54 and 28. RGB value is (197,84,40). Sum of RGB (Red+Green+Blue) = 197+84+40=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C55428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55428 is #3AABD7. Grayscale: #717171. Windows color (decimal): -3845080 or 2643141. OLE color: 2643141.
HSL color Cylindrical-coordinate representation of color #C55428: hue angle of 16.82º 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 #C55428 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 40 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.23 |
| HSL | 16.82º | 0.66% | 0.46% | - |
| HSV(B) | 16.82º | 0.8% | 0.77% | - |
| XYZ | 26.58 | 18.36 | 4.15 | - |
| YUV | 112.77 | 86.94 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 40 | 0 | 0.57 | 0.80 | 0.23 | 16.82 | 0.66 | 0.46 |
| Hex | C5 | 54 | 28 | 0 | 39 | 50 | 17 | 11 | 42 | 2E |
| Octal | 305 | 124 | 50 | 0 | 71 | 120 | 27 | 21 | 102 | 56 |
| Binary | 11000101 | 1010100 | 101000 | 0 | 111001 | 1010000 | 10111 | 10001 | 1000010 | 101110 |
Color Harmonies of #C55428
Complementary color
Monochromatic Colors of #C55428
Black with #C55428
Text Example
Text Example
White with #C55428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55428; }
p { color: rgb(197,84,40); }
H1.HeaderClassName
{
color: #C55428;
}
.AnyTagClassName
{
color: #C55428;
}
</style>
background-color css
<style>
a { background-color: #C55428; }
a { background-color: rgb(197,84,40); }
div.DivClassName
{
background-color: #C55428;
}
.BgClassName
{
background-color: #C55428;
}
</style>
border-color css
<style>
span { border-color: #C55428; }
span { border-color: rgb(197,84,40); }
td.TdClassName
{
border-color: #C55428;
}
.TagClassName
{
border-color: #C55428;
}
</style>