Shades of Trinidad #C6562B
Tints of Trinidad #C6562B
RGB
CMYK
RGB Variations
Color information
#C6562B (or 0xC6562B) is known color: Trinidad. HEX triplet: C6, 56 and 2B. RGB value is (198,86,43). Sum of RGB (Red+Green+Blue) = 198+86+43=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 43 (17.19% from 255 or 13.15% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C6562B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6562B is #39A9D4. Grayscale: #727272. Windows color (decimal): -3779029 or 2840262. OLE color: 2840262.
HSL color Cylindrical-coordinate representation of color #C6562B: hue angle of 16.65º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6562B is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 43 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.22 |
| HSL | 16.65º | 0.64% | 0.47% | - |
| HSV(B) | 16.65º | 0.78% | 0.78% | - |
| XYZ | 27.05 | 18.84 | 4.5 | - |
| YUV | 114.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 43 | 0 | 0.57 | 0.78 | 0.22 | 16.65 | 0.64 | 0.47 |
| Hex | C6 | 56 | 2B | 0 | 39 | 4E | 16 | 11 | 40 | 2F |
| Octal | 306 | 126 | 53 | 0 | 71 | 116 | 26 | 21 | 100 | 57 |
| Binary | 11000110 | 1010110 | 101011 | 0 | 111001 | 1001110 | 10110 | 10001 | 1000000 | 101111 |
Color Harmonies of #C6562B
Complementary color
Monochromatic Colors of #C6562B
Black with #C6562B
Text Example
Text Example
White with #C6562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6562B; }
p { color: rgb(198,86,43); }
H1.HeaderClassName
{
color: #C6562B;
}
.AnyTagClassName
{
color: #C6562B;
}
</style>
background-color css
<style>
a { background-color: #C6562B; }
a { background-color: rgb(198,86,43); }
div.DivClassName
{
background-color: #C6562B;
}
.BgClassName
{
background-color: #C6562B;
}
</style>
border-color css
<style>
span { border-color: #C6562B; }
span { border-color: rgb(198,86,43); }
td.TdClassName
{
border-color: #C6562B;
}
.TagClassName
{
border-color: #C6562B;
}
</style>