Shades of Trinidad #C85731
Tints of Trinidad #C85731
RGB
CMYK
RGB Variations
Color information
#C85731 (or 0xC85731) is known color: Trinidad. HEX triplet: C8, 57 and 31. RGB value is (200,87,49). Sum of RGB (Red+Green+Blue) = 200+87+49=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C85731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85731 is #37A8CE. Grayscale: #747474. Windows color (decimal): -3647695 or 3233736. OLE color: 3233736.
HSL color Cylindrical-coordinate representation of color #C85731: hue angle of 15.1º 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 #C85731 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 49 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.22 |
| HSL | 15.1º | 0.61% | 0.49% | - |
| HSV(B) | 15.1º | 0.76% | 0.78% | - |
| XYZ | 27.78 | 19.32 | 5.17 | - |
| YUV | 116.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 49 | 0 | 0.56 | 0.76 | 0.22 | 15.1 | 0.61 | 0.49 |
| Hex | C8 | 57 | 31 | 0 | 38 | 4C | 16 | F | 3D | 31 |
| Octal | 310 | 127 | 61 | 0 | 70 | 114 | 26 | 17 | 75 | 61 |
| Binary | 11001000 | 1010111 | 110001 | 0 | 111000 | 1001100 | 10110 | 1111 | 111101 | 110001 |
Color Harmonies of #C85731
Complementary color
Monochromatic Colors of #C85731
Black with #C85731
Text Example
Text Example
White with #C85731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85731; }
p { color: rgb(200,87,49); }
H1.HeaderClassName
{
color: #C85731;
}
.AnyTagClassName
{
color: #C85731;
}
</style>
background-color css
<style>
a { background-color: #C85731; }
a { background-color: rgb(200,87,49); }
div.DivClassName
{
background-color: #C85731;
}
.BgClassName
{
background-color: #C85731;
}
</style>
border-color css
<style>
span { border-color: #C85731; }
span { border-color: rgb(200,87,49); }
td.TdClassName
{
border-color: #C85731;
}
.TagClassName
{
border-color: #C85731;
}
</style>