Shades of Trinidad #C4582E
Tints of Trinidad #C4582E
RGB
CMYK
RGB Variations
Color information
#C4582E (or 0xC4582E) is known color: Trinidad. HEX triplet: C4, 58 and 2E. RGB value is (196,88,46). Sum of RGB (Red+Green+Blue) = 196+88+46=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C4582E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4582E is #3BA7D1. Grayscale: #737373. Windows color (decimal): -3909586 or 3037380. OLE color: 3037380.
HSL color Cylindrical-coordinate representation of color #C4582E: hue angle of 16.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4582E is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 46 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.23 |
| HSL | 16.8º | 0.62% | 0.47% | - |
| HSV(B) | 16.8º | 0.77% | 0.77% | - |
| XYZ | 26.75 | 18.91 | 4.83 | - |
| YUV | 115.5 | 88.78 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 46 | 0 | 0.55 | 0.77 | 0.23 | 16.8 | 0.62 | 0.47 |
| Hex | C4 | 58 | 2E | 0 | 37 | 4D | 17 | 11 | 3E | 2F |
| Octal | 304 | 130 | 56 | 0 | 67 | 115 | 27 | 21 | 76 | 57 |
| Binary | 11000100 | 1011000 | 101110 | 0 | 110111 | 1001101 | 10111 | 10001 | 111110 | 101111 |
Color Harmonies of #C4582E
Complementary color
Monochromatic Colors of #C4582E
Black with #C4582E
Text Example
Text Example
White with #C4582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4582E; }
p { color: rgb(196,88,46); }
H1.HeaderClassName
{
color: #C4582E;
}
.AnyTagClassName
{
color: #C4582E;
}
</style>
background-color css
<style>
a { background-color: #C4582E; }
a { background-color: rgb(196,88,46); }
div.DivClassName
{
background-color: #C4582E;
}
.BgClassName
{
background-color: #C4582E;
}
</style>
border-color css
<style>
span { border-color: #C4582E; }
span { border-color: rgb(196,88,46); }
td.TdClassName
{
border-color: #C4582E;
}
.TagClassName
{
border-color: #C4582E;
}
</style>