Shades of Trinidad #C55036
Tints of Trinidad #C55036
RGB
CMYK
RGB Variations
Color information
#C55036 (or 0xC55036) is known color: Trinidad. HEX triplet: C5, 50 and 36. RGB value is (197,80,54). Sum of RGB (Red+Green+Blue) = 197+80+54=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C55036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55036 is #3AAFC9. Grayscale: #707070. Windows color (decimal): -3846090 or 3559621. OLE color: 3559621.
HSL color Cylindrical-coordinate representation of color #C55036: hue angle of 10.91º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C55036 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 54 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.23 |
| HSL | 10.91º | 0.57% | 0.49% | - |
| HSV(B) | 10.91º | 0.73% | 0.77% | - |
| XYZ | 26.56 | 17.87 | 5.54 | - |
| YUV | 112.02 | 95.26 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 54 | 0 | 0.59 | 0.73 | 0.23 | 10.91 | 0.57 | 0.49 |
| Hex | C5 | 50 | 36 | 0 | 3B | 49 | 17 | B | 39 | 31 |
| Octal | 305 | 120 | 66 | 0 | 73 | 111 | 27 | 13 | 71 | 61 |
| Binary | 11000101 | 1010000 | 110110 | 0 | 111011 | 1001001 | 10111 | 1011 | 111001 | 110001 |
Color Harmonies of #C55036
Complementary color
Monochromatic Colors of #C55036
Black with #C55036
Text Example
Text Example
White with #C55036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55036; }
p { color: rgb(197,80,54); }
H1.HeaderClassName
{
color: #C55036;
}
.AnyTagClassName
{
color: #C55036;
}
</style>
background-color css
<style>
a { background-color: #C55036; }
a { background-color: rgb(197,80,54); }
div.DivClassName
{
background-color: #C55036;
}
.BgClassName
{
background-color: #C55036;
}
</style>
border-color css
<style>
span { border-color: #C55036; }
span { border-color: rgb(197,80,54); }
td.TdClassName
{
border-color: #C55036;
}
.TagClassName
{
border-color: #C55036;
}
</style>