Shades of Trinidad #C45136
Tints of Trinidad #C45136
RGB
CMYK
RGB Variations
Color information
#C45136 (or 0xC45136) is known color: Trinidad. HEX triplet: C4, 51 and 36. RGB value is (196,81,54). Sum of RGB (Red+Green+Blue) = 196+81+54=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C45136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45136 is #3BAEC9. Grayscale: #707070. Windows color (decimal): -3911370 or 3559876. OLE color: 3559876.
HSL color Cylindrical-coordinate representation of color #C45136: hue angle of 11.41º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C45136 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 54 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.23 |
| HSL | 11.41º | 0.57% | 0.49% | - |
| HSV(B) | 11.41º | 0.72% | 0.77% | - |
| XYZ | 26.37 | 17.89 | 5.55 | - |
| YUV | 112.31 | 95.1 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 54 | 0 | 0.59 | 0.72 | 0.23 | 11.41 | 0.57 | 0.49 |
| Hex | C4 | 51 | 36 | 0 | 3B | 48 | 17 | B | 39 | 31 |
| Octal | 304 | 121 | 66 | 0 | 73 | 110 | 27 | 13 | 71 | 61 |
| Binary | 11000100 | 1010001 | 110110 | 0 | 111011 | 1001000 | 10111 | 1011 | 111001 | 110001 |
Color Harmonies of #C45136
Complementary color
Monochromatic Colors of #C45136
Black with #C45136
Text Example
Text Example
White with #C45136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45136; }
p { color: rgb(196,81,54); }
H1.HeaderClassName
{
color: #C45136;
}
.AnyTagClassName
{
color: #C45136;
}
</style>
background-color css
<style>
a { background-color: #C45136; }
a { background-color: rgb(196,81,54); }
div.DivClassName
{
background-color: #C45136;
}
.BgClassName
{
background-color: #C45136;
}
</style>
border-color css
<style>
span { border-color: #C45136; }
span { border-color: rgb(196,81,54); }
td.TdClassName
{
border-color: #C45136;
}
.TagClassName
{
border-color: #C45136;
}
</style>