Shades of Trinidad #C8563B
Tints of Trinidad #C8563B
RGB
CMYK
RGB Variations
Color information
#C8563B (or 0xC8563B) is known color: Trinidad. HEX triplet: C8, 56 and 3B. RGB value is (200,86,59). Sum of RGB (Red+Green+Blue) = 200+86+59=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8563B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8563B is #37A9C4. Grayscale: #757575. Windows color (decimal): -3647941 or 3888840. OLE color: 3888840.
HSL color Cylindrical-coordinate representation of color #C8563B: hue angle of 11.49º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8563B is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 59 | - |
| CMYK | 0 | 0.57 | 0.70 | 0.22 |
| HSL | 11.49º | 0.56% | 0.51% | - |
| HSV(B) | 11.49º | 0.71% | 0.78% | - |
| XYZ | 27.94 | 19.25 | 6.38 | - |
| YUV | 117.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 59 | 0 | 0.57 | 0.70 | 0.22 | 11.49 | 0.56 | 0.51 |
| Hex | C8 | 56 | 3B | 0 | 39 | 46 | 16 | B | 38 | 33 |
| Octal | 310 | 126 | 73 | 0 | 71 | 106 | 26 | 13 | 70 | 63 |
| Binary | 11001000 | 1010110 | 111011 | 0 | 111001 | 1000110 | 10110 | 1011 | 111000 | 110011 |
Color Harmonies of #C8563B
Complementary color
Monochromatic Colors of #C8563B
Black with #C8563B
Text Example
Text Example
White with #C8563B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8563B; }
p { color: rgb(200,86,59); }
H1.HeaderClassName
{
color: #C8563B;
}
.AnyTagClassName
{
color: #C8563B;
}
</style>
background-color css
<style>
a { background-color: #C8563B; }
a { background-color: rgb(200,86,59); }
div.DivClassName
{
background-color: #C8563B;
}
.BgClassName
{
background-color: #C8563B;
}
</style>
border-color css
<style>
span { border-color: #C8563B; }
span { border-color: rgb(200,86,59); }
td.TdClassName
{
border-color: #C8563B;
}
.TagClassName
{
border-color: #C8563B;
}
</style>