Shades of Trinidad #C7562E
Tints of Trinidad #C7562E
RGB
CMYK
RGB Variations
Color information
#C7562E (or 0xC7562E) is known color: Trinidad. HEX triplet: C7, 56 and 2E. RGB value is (199,86,46). Sum of RGB (Red+Green+Blue) = 199+86+46=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C7562E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7562E is #38A9D1. Grayscale: #737373. Windows color (decimal): -3713490 or 3036871. OLE color: 3036871.
HSL color Cylindrical-coordinate representation of color #C7562E: hue angle of 15.69º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7562E is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 46 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.22 |
| HSL | 15.69º | 0.62% | 0.48% | - |
| HSV(B) | 15.69º | 0.77% | 0.78% | - |
| XYZ | 27.37 | 18.99 | 4.81 | - |
| YUV | 115.23 | 88.94 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 46 | 0 | 0.57 | 0.77 | 0.22 | 15.69 | 0.62 | 0.48 |
| Hex | C7 | 56 | 2E | 0 | 39 | 4D | 16 | 10 | 3E | 30 |
| Octal | 307 | 126 | 56 | 0 | 71 | 115 | 26 | 20 | 76 | 60 |
| Binary | 11000111 | 1010110 | 101110 | 0 | 111001 | 1001101 | 10110 | 10000 | 111110 | 110000 |
Color Harmonies of #C7562E
Complementary color
Monochromatic Colors of #C7562E
Black with #C7562E
Text Example
Text Example
White with #C7562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7562E; }
p { color: rgb(199,86,46); }
H1.HeaderClassName
{
color: #C7562E;
}
.AnyTagClassName
{
color: #C7562E;
}
</style>
background-color css
<style>
a { background-color: #C7562E; }
a { background-color: rgb(199,86,46); }
div.DivClassName
{
background-color: #C7562E;
}
.BgClassName
{
background-color: #C7562E;
}
</style>
border-color css
<style>
span { border-color: #C7562E; }
span { border-color: rgb(199,86,46); }
td.TdClassName
{
border-color: #C7562E;
}
.TagClassName
{
border-color: #C7562E;
}
</style>