Shades of Trinidad #C45436
Tints of Trinidad #C45436
RGB
CMYK
RGB Variations
Color information
#C45436 (or 0xC45436) is known color: Trinidad. HEX triplet: C4, 54 and 36. RGB value is (196,84,54). Sum of RGB (Red+Green+Blue) = 196+84+54=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C45436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45436 is #3BABC9. Grayscale: #727272. Windows color (decimal): -3910602 or 3560644. OLE color: 3560644.
HSL color Cylindrical-coordinate representation of color #C45436: hue angle of 12.68º 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 #C45436 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 54 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.23 |
| HSL | 12.68º | 0.57% | 0.49% | - |
| HSV(B) | 12.68º | 0.72% | 0.77% | - |
| XYZ | 26.6 | 18.34 | 5.63 | - |
| YUV | 114.07 | 94.11 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 54 | 0 | 0.57 | 0.72 | 0.23 | 12.68 | 0.57 | 0.49 |
| Hex | C4 | 54 | 36 | 0 | 39 | 48 | 17 | D | 39 | 31 |
| Octal | 304 | 124 | 66 | 0 | 71 | 110 | 27 | 15 | 71 | 61 |
| Binary | 11000100 | 1010100 | 110110 | 0 | 111001 | 1001000 | 10111 | 1101 | 111001 | 110001 |
Color Harmonies of #C45436
Complementary color
Monochromatic Colors of #C45436
Black with #C45436
Text Example
Text Example
White with #C45436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45436; }
p { color: rgb(196,84,54); }
H1.HeaderClassName
{
color: #C45436;
}
.AnyTagClassName
{
color: #C45436;
}
</style>
background-color css
<style>
a { background-color: #C45436; }
a { background-color: rgb(196,84,54); }
div.DivClassName
{
background-color: #C45436;
}
.BgClassName
{
background-color: #C45436;
}
</style>
border-color css
<style>
span { border-color: #C45436; }
span { border-color: rgb(196,84,54); }
td.TdClassName
{
border-color: #C45436;
}
.TagClassName
{
border-color: #C45436;
}
</style>