Shades of Trinidad #C55528
Tints of Trinidad #C55528
RGB
CMYK
RGB Variations
Color information
#C55528 (or 0xC55528) is known color: Trinidad. HEX triplet: C5, 55 and 28. RGB value is (197,85,40). Sum of RGB (Red+Green+Blue) = 197+85+40=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C55528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55528 is #3AAAD7. Grayscale: #717171. Windows color (decimal): -3844824 or 2643397. OLE color: 2643397.
HSL color Cylindrical-coordinate representation of color #C55528: hue angle of 17.2º 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 #C55528 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 40 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.23 |
| HSL | 17.2º | 0.66% | 0.46% | - |
| HSV(B) | 17.2º | 0.8% | 0.77% | - |
| XYZ | 26.66 | 18.52 | 4.18 | - |
| YUV | 113.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 40 | 0 | 0.57 | 0.80 | 0.23 | 17.2 | 0.66 | 0.46 |
| Hex | C5 | 55 | 28 | 0 | 39 | 50 | 17 | 11 | 42 | 2E |
| Octal | 305 | 125 | 50 | 0 | 71 | 120 | 27 | 21 | 102 | 56 |
| Binary | 11000101 | 1010101 | 101000 | 0 | 111001 | 1010000 | 10111 | 10001 | 1000010 | 101110 |
Color Harmonies of #C55528
Complementary color
Monochromatic Colors of #C55528
Black with #C55528
Text Example
Text Example
White with #C55528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55528; }
p { color: rgb(197,85,40); }
H1.HeaderClassName
{
color: #C55528;
}
.AnyTagClassName
{
color: #C55528;
}
</style>
background-color css
<style>
a { background-color: #C55528; }
a { background-color: rgb(197,85,40); }
div.DivClassName
{
background-color: #C55528;
}
.BgClassName
{
background-color: #C55528;
}
</style>
border-color css
<style>
span { border-color: #C55528; }
span { border-color: rgb(197,85,40); }
td.TdClassName
{
border-color: #C55528;
}
.TagClassName
{
border-color: #C55528;
}
</style>