Shades of Trinidad #C6563A
Tints of Trinidad #C6563A
RGB
CMYK
RGB Variations
Color information
#C6563A (or 0xC6563A) is known color: Trinidad. HEX triplet: C6, 56 and 3A. RGB value is (198,86,58). Sum of RGB (Red+Green+Blue) = 198+86+58=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C6563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6563A is #39A9C5. Grayscale: #747474. Windows color (decimal): -3779014 or 3823302. OLE color: 3823302.
HSL color Cylindrical-coordinate representation of color #C6563A: hue angle of 12º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6563A is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 58 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.22 |
| HSL | 12º | 0.55% | 0.5% | - |
| HSV(B) | 12º | 0.71% | 0.78% | - |
| XYZ | 27.38 | 18.97 | 6.22 | - |
| YUV | 116.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 58 | 0 | 0.57 | 0.71 | 0.22 | 12 | 0.55 | 0.5 |
| Hex | C6 | 56 | 3A | 0 | 39 | 47 | 16 | C | 37 | 32 |
| Octal | 306 | 126 | 72 | 0 | 71 | 107 | 26 | 14 | 67 | 62 |
| Binary | 11000110 | 1010110 | 111010 | 0 | 111001 | 1000111 | 10110 | 1100 | 110111 | 110010 |
Color Harmonies of #C6563A
Complementary color
Monochromatic Colors of #C6563A
Black with #C6563A
Text Example
Text Example
White with #C6563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6563A; }
p { color: rgb(198,86,58); }
H1.HeaderClassName
{
color: #C6563A;
}
.AnyTagClassName
{
color: #C6563A;
}
</style>
background-color css
<style>
a { background-color: #C6563A; }
a { background-color: rgb(198,86,58); }
div.DivClassName
{
background-color: #C6563A;
}
.BgClassName
{
background-color: #C6563A;
}
</style>
border-color css
<style>
span { border-color: #C6563A; }
span { border-color: rgb(198,86,58); }
td.TdClassName
{
border-color: #C6563A;
}
.TagClassName
{
border-color: #C6563A;
}
</style>