Shades of Trinidad #C4562E
Tints of Trinidad #C4562E
RGB
CMYK
RGB Variations
Color information
#C4562E (or 0xC4562E) is known color: Trinidad. HEX triplet: C4, 56 and 2E. RGB value is (196,86,46). Sum of RGB (Red+Green+Blue) = 196+86+46=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4562E is #3BA9D1. Grayscale: #727272. Windows color (decimal): -3910098 or 3036868. OLE color: 3036868.
HSL color Cylindrical-coordinate representation of color #C4562E: hue angle of 16º 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 #C4562E is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 46 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.23 |
| HSL | 16º | 0.62% | 0.47% | - |
| HSV(B) | 16º | 0.77% | 0.77% | - |
| XYZ | 26.59 | 18.59 | 4.77 | - |
| YUV | 114.33 | 89.44 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 46 | 0 | 0.56 | 0.77 | 0.23 | 16 | 0.62 | 0.47 |
| Hex | C4 | 56 | 2E | 0 | 38 | 4D | 17 | 10 | 3E | 2F |
| Octal | 304 | 126 | 56 | 0 | 70 | 115 | 27 | 20 | 76 | 57 |
| Binary | 11000100 | 1010110 | 101110 | 0 | 111000 | 1001101 | 10111 | 10000 | 111110 | 101111 |
Color Harmonies of #C4562E
Complementary color
Monochromatic Colors of #C4562E
Black with #C4562E
Text Example
Text Example
White with #C4562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4562E; }
p { color: rgb(196,86,46); }
H1.HeaderClassName
{
color: #C4562E;
}
.AnyTagClassName
{
color: #C4562E;
}
</style>
background-color css
<style>
a { background-color: #C4562E; }
a { background-color: rgb(196,86,46); }
div.DivClassName
{
background-color: #C4562E;
}
.BgClassName
{
background-color: #C4562E;
}
</style>
border-color css
<style>
span { border-color: #C4562E; }
span { border-color: rgb(196,86,46); }
td.TdClassName
{
border-color: #C4562E;
}
.TagClassName
{
border-color: #C4562E;
}
</style>