Shades of Trinidad #C55529
Tints of Trinidad #C55529
RGB
CMYK
RGB Variations
Color information
#C55529 (or 0xC55529) is known color: Trinidad. HEX triplet: C5, 55 and 29. RGB value is (197,85,41). Sum of RGB (Red+Green+Blue) = 197+85+41=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C55529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55529 is #3AAAD6. Grayscale: #717171. Windows color (decimal): -3844823 or 2708933. OLE color: 2708933.
HSL color Cylindrical-coordinate representation of color #C55529: hue angle of 16.92º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C55529 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 41 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.23 |
| HSL | 16.92º | 0.66% | 0.47% | - |
| HSV(B) | 16.92º | 0.79% | 0.77% | - |
| XYZ | 26.67 | 18.53 | 4.27 | - |
| YUV | 113.47 | 87.11 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 41 | 0 | 0.57 | 0.79 | 0.23 | 16.92 | 0.66 | 0.47 |
| Hex | C5 | 55 | 29 | 0 | 39 | 4F | 17 | 11 | 42 | 2F |
| Octal | 305 | 125 | 51 | 0 | 71 | 117 | 27 | 21 | 102 | 57 |
| Binary | 11000101 | 1010101 | 101001 | 0 | 111001 | 1001111 | 10111 | 10001 | 1000010 | 101111 |
Color Harmonies of #C55529
Complementary color
Monochromatic Colors of #C55529
Black with #C55529
Text Example
Text Example
White with #C55529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55529; }
p { color: rgb(197,85,41); }
H1.HeaderClassName
{
color: #C55529;
}
.AnyTagClassName
{
color: #C55529;
}
</style>
background-color css
<style>
a { background-color: #C55529; }
a { background-color: rgb(197,85,41); }
div.DivClassName
{
background-color: #C55529;
}
.BgClassName
{
background-color: #C55529;
}
</style>
border-color css
<style>
span { border-color: #C55529; }
span { border-color: rgb(197,85,41); }
td.TdClassName
{
border-color: #C55529;
}
.TagClassName
{
border-color: #C55529;
}
</style>