Shades of Trinidad #C45836
Tints of Trinidad #C45836
RGB
CMYK
RGB Variations
Color information
#C45836 (or 0xC45836) is known color: Trinidad. HEX triplet: C4, 58 and 36. RGB value is (196,88,54). Sum of RGB (Red+Green+Blue) = 196+88+54=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C45836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45836 is #3BA7C9. Grayscale: #747474. Windows color (decimal): -3909578 or 3561668. OLE color: 3561668.
HSL color Cylindrical-coordinate representation of color #C45836: hue angle of 14.37º 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 #C45836 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 54 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.23 |
| HSL | 14.37º | 0.57% | 0.49% | - |
| HSV(B) | 14.37º | 0.72% | 0.77% | - |
| XYZ | 26.92 | 18.98 | 5.73 | - |
| YUV | 116.42 | 92.78 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 54 | 0 | 0.55 | 0.72 | 0.23 | 14.37 | 0.57 | 0.49 |
| Hex | C4 | 58 | 36 | 0 | 37 | 48 | 17 | E | 39 | 31 |
| Octal | 304 | 130 | 66 | 0 | 67 | 110 | 27 | 16 | 71 | 61 |
| Binary | 11000100 | 1011000 | 110110 | 0 | 110111 | 1001000 | 10111 | 1110 | 111001 | 110001 |
Color Harmonies of #C45836
Complementary color
Monochromatic Colors of #C45836
Black with #C45836
Text Example
Text Example
White with #C45836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45836; }
p { color: rgb(196,88,54); }
H1.HeaderClassName
{
color: #C45836;
}
.AnyTagClassName
{
color: #C45836;
}
</style>
background-color css
<style>
a { background-color: #C45836; }
a { background-color: rgb(196,88,54); }
div.DivClassName
{
background-color: #C45836;
}
.BgClassName
{
background-color: #C45836;
}
</style>
border-color css
<style>
span { border-color: #C45836; }
span { border-color: rgb(196,88,54); }
td.TdClassName
{
border-color: #C45836;
}
.TagClassName
{
border-color: #C45836;
}
</style>