Shades of Trinidad #C4582D
Tints of Trinidad #C4582D
RGB
CMYK
RGB Variations
Color information
#C4582D (or 0xC4582D) is known color: Trinidad. HEX triplet: C4, 58 and 2D. RGB value is (196,88,45). Sum of RGB (Red+Green+Blue) = 196+88+45=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4582D is #3BA7D2. Grayscale: #737373. Windows color (decimal): -3909587 or 2971844. OLE color: 2971844.
HSL color Cylindrical-coordinate representation of color #C4582D: hue angle of 17.09º degrees, saturation: 0.63, 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 #C4582D is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 45 | - |
| CMYK | 0 | 0.55 | 0.77 | 0.23 |
| HSL | 17.09º | 0.63% | 0.47% | - |
| HSV(B) | 17.09º | 0.77% | 0.77% | - |
| XYZ | 26.73 | 18.9 | 4.72 | - |
| YUV | 115.39 | 88.28 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 45 | 0 | 0.55 | 0.77 | 0.23 | 17.09 | 0.63 | 0.47 |
| Hex | C4 | 58 | 2D | 0 | 37 | 4D | 17 | 11 | 3F | 2F |
| Octal | 304 | 130 | 55 | 0 | 67 | 115 | 27 | 21 | 77 | 57 |
| Binary | 11000100 | 1011000 | 101101 | 0 | 110111 | 1001101 | 10111 | 10001 | 111111 | 101111 |
Color Harmonies of #C4582D
Complementary color
Monochromatic Colors of #C4582D
Black with #C4582D
Text Example
Text Example
White with #C4582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4582D; }
p { color: rgb(196,88,45); }
H1.HeaderClassName
{
color: #C4582D;
}
.AnyTagClassName
{
color: #C4582D;
}
</style>
background-color css
<style>
a { background-color: #C4582D; }
a { background-color: rgb(196,88,45); }
div.DivClassName
{
background-color: #C4582D;
}
.BgClassName
{
background-color: #C4582D;
}
</style>
border-color css
<style>
span { border-color: #C4582D; }
span { border-color: rgb(196,88,45); }
td.TdClassName
{
border-color: #C4582D;
}
.TagClassName
{
border-color: #C4582D;
}
</style>