Shades of Trinidad #C6562C
Tints of Trinidad #C6562C
RGB
CMYK
RGB Variations
Color information
#C6562C (or 0xC6562C) is known color: Trinidad. HEX triplet: C6, 56 and 2C. RGB value is (198,86,44). Sum of RGB (Red+Green+Blue) = 198+86+44=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6562C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6562C is #39A9D3. Grayscale: #727272. Windows color (decimal): -3779028 or 2905798. OLE color: 2905798.
HSL color Cylindrical-coordinate representation of color #C6562C: hue angle of 16.36º 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 #C6562C is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 44 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.22 |
| HSL | 16.36º | 0.64% | 0.47% | - |
| HSV(B) | 16.36º | 0.78% | 0.78% | - |
| XYZ | 27.07 | 18.84 | 4.59 | - |
| YUV | 114.7 | 88.11 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 44 | 0 | 0.57 | 0.78 | 0.22 | 16.36 | 0.64 | 0.47 |
| Hex | C6 | 56 | 2C | 0 | 39 | 4E | 16 | 10 | 40 | 2F |
| Octal | 306 | 126 | 54 | 0 | 71 | 116 | 26 | 20 | 100 | 57 |
| Binary | 11000110 | 1010110 | 101100 | 0 | 111001 | 1001110 | 10110 | 10000 | 1000000 | 101111 |
Color Harmonies of #C6562C
Complementary color
Monochromatic Colors of #C6562C
Black with #C6562C
Text Example
Text Example
White with #C6562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6562C; }
p { color: rgb(198,86,44); }
H1.HeaderClassName
{
color: #C6562C;
}
.AnyTagClassName
{
color: #C6562C;
}
</style>
background-color css
<style>
a { background-color: #C6562C; }
a { background-color: rgb(198,86,44); }
div.DivClassName
{
background-color: #C6562C;
}
.BgClassName
{
background-color: #C6562C;
}
</style>
border-color css
<style>
span { border-color: #C6562C; }
span { border-color: rgb(198,86,44); }
td.TdClassName
{
border-color: #C6562C;
}
.TagClassName
{
border-color: #C6562C;
}
</style>