Shades of Trinidad #C85637
Tints of Trinidad #C85637
RGB
CMYK
RGB Variations
Color information
#C85637 (or 0xC85637) is known color: Trinidad. HEX triplet: C8, 56 and 37. RGB value is (200,86,55). Sum of RGB (Red+Green+Blue) = 200+86+55=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C85637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85637 is #37A9C8. Grayscale: #747474. Windows color (decimal): -3647945 or 3626696. OLE color: 3626696.
HSL color Cylindrical-coordinate representation of color #C85637: hue angle of 12.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C85637 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 55 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.22 |
| HSL | 12.83º | 0.57% | 0.5% | - |
| HSV(B) | 12.83º | 0.73% | 0.78% | - |
| XYZ | 27.84 | 19.21 | 5.86 | - |
| YUV | 116.55 | 93.27 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 55 | 0 | 0.57 | 0.72 | 0.22 | 12.83 | 0.57 | 0.5 |
| Hex | C8 | 56 | 37 | 0 | 39 | 48 | 16 | D | 39 | 32 |
| Octal | 310 | 126 | 67 | 0 | 71 | 110 | 26 | 15 | 71 | 62 |
| Binary | 11001000 | 1010110 | 110111 | 0 | 111001 | 1001000 | 10110 | 1101 | 111001 | 110010 |
Color Harmonies of #C85637
Complementary color
Monochromatic Colors of #C85637
Black with #C85637
Text Example
Text Example
White with #C85637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85637; }
p { color: rgb(200,86,55); }
H1.HeaderClassName
{
color: #C85637;
}
.AnyTagClassName
{
color: #C85637;
}
</style>
background-color css
<style>
a { background-color: #C85637; }
a { background-color: rgb(200,86,55); }
div.DivClassName
{
background-color: #C85637;
}
.BgClassName
{
background-color: #C85637;
}
</style>
border-color css
<style>
span { border-color: #C85637; }
span { border-color: rgb(200,86,55); }
td.TdClassName
{
border-color: #C85637;
}
.TagClassName
{
border-color: #C85637;
}
</style>