Shades of Trinidad #C45036
Tints of Trinidad #C45036
RGB
CMYK
RGB Variations
Color information
#C45036 (or 0xC45036) is known color: Trinidad. HEX triplet: C4, 50 and 36. RGB value is (196,80,54). Sum of RGB (Red+Green+Blue) = 196+80+54=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C45036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45036 is #3BAFC9. Grayscale: #6F6F6F. Windows color (decimal): -3911626 or 3559620. OLE color: 3559620.
HSL color Cylindrical-coordinate representation of color #C45036: hue angle of 10.99º 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 #C45036 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 54 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.23 |
| HSL | 10.99º | 0.57% | 0.49% | - |
| HSV(B) | 10.99º | 0.72% | 0.77% | - |
| XYZ | 26.3 | 17.74 | 5.53 | - |
| YUV | 111.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 54 | 0 | 0.59 | 0.72 | 0.23 | 10.99 | 0.57 | 0.49 |
| Hex | C4 | 50 | 36 | 0 | 3B | 48 | 17 | B | 39 | 31 |
| Octal | 304 | 120 | 66 | 0 | 73 | 110 | 27 | 13 | 71 | 61 |
| Binary | 11000100 | 1010000 | 110110 | 0 | 111011 | 1001000 | 10111 | 1011 | 111001 | 110001 |
Color Harmonies of #C45036
Complementary color
Monochromatic Colors of #C45036
Black with #C45036
Text Example
Text Example
White with #C45036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45036; }
p { color: rgb(196,80,54); }
H1.HeaderClassName
{
color: #C45036;
}
.AnyTagClassName
{
color: #C45036;
}
</style>
background-color css
<style>
a { background-color: #C45036; }
a { background-color: rgb(196,80,54); }
div.DivClassName
{
background-color: #C45036;
}
.BgClassName
{
background-color: #C45036;
}
</style>
border-color css
<style>
span { border-color: #C45036; }
span { border-color: rgb(196,80,54); }
td.TdClassName
{
border-color: #C45036;
}
.TagClassName
{
border-color: #C45036;
}
</style>