Shades of Trinidad #C85631
Tints of Trinidad #C85631
RGB
CMYK
RGB Variations
Color information
#C85631 (or 0xC85631) is known color: Trinidad. HEX triplet: C8, 56 and 31. RGB value is (200,86,49). Sum of RGB (Red+Green+Blue) = 200+86+49=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C85631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85631 is #37A9CE. Grayscale: #747474. Windows color (decimal): -3647951 or 3233480. OLE color: 3233480.
HSL color Cylindrical-coordinate representation of color #C85631: hue angle of 14.7º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C85631 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 49 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.22 |
| HSL | 14.7º | 0.61% | 0.49% | - |
| HSV(B) | 14.7º | 0.76% | 0.78% | - |
| XYZ | 27.7 | 19.16 | 5.14 | - |
| YUV | 115.87 | 90.27 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 49 | 0 | 0.57 | 0.76 | 0.22 | 14.7 | 0.61 | 0.49 |
| Hex | C8 | 56 | 31 | 0 | 39 | 4C | 16 | F | 3D | 31 |
| Octal | 310 | 126 | 61 | 0 | 71 | 114 | 26 | 17 | 75 | 61 |
| Binary | 11001000 | 1010110 | 110001 | 0 | 111001 | 1001100 | 10110 | 1111 | 111101 | 110001 |
Color Harmonies of #C85631
Complementary color
Monochromatic Colors of #C85631
Black with #C85631
Text Example
Text Example
White with #C85631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85631; }
p { color: rgb(200,86,49); }
H1.HeaderClassName
{
color: #C85631;
}
.AnyTagClassName
{
color: #C85631;
}
</style>
background-color css
<style>
a { background-color: #C85631; }
a { background-color: rgb(200,86,49); }
div.DivClassName
{
background-color: #C85631;
}
.BgClassName
{
background-color: #C85631;
}
</style>
border-color css
<style>
span { border-color: #C85631; }
span { border-color: rgb(200,86,49); }
td.TdClassName
{
border-color: #C85631;
}
.TagClassName
{
border-color: #C85631;
}
</style>