Shades of Trinidad #C85738
Tints of Trinidad #C85738
RGB
CMYK
RGB Variations
Color information
#C85738 (or 0xC85738) is known color: Trinidad. HEX triplet: C8, 57 and 38. RGB value is (200,87,56). Sum of RGB (Red+Green+Blue) = 200+87+56=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C85738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85738 is #37A8C7. Grayscale: #757575. Windows color (decimal): -3647688 or 3692488. OLE color: 3692488.
HSL color Cylindrical-coordinate representation of color #C85738: hue angle of 12.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C85738 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 56 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.22 |
| HSL | 12.92º | 0.57% | 0.5% | - |
| HSV(B) | 12.92º | 0.72% | 0.78% | - |
| XYZ | 27.94 | 19.38 | 6.01 | - |
| YUV | 117.25 | 93.44 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 56 | 0 | 0.56 | 0.72 | 0.22 | 12.92 | 0.57 | 0.5 |
| Hex | C8 | 57 | 38 | 0 | 38 | 48 | 16 | D | 39 | 32 |
| Octal | 310 | 127 | 70 | 0 | 70 | 110 | 26 | 15 | 71 | 62 |
| Binary | 11001000 | 1010111 | 111000 | 0 | 111000 | 1001000 | 10110 | 1101 | 111001 | 110010 |
Color Harmonies of #C85738
Complementary color
Monochromatic Colors of #C85738
Black with #C85738
Text Example
Text Example
White with #C85738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85738; }
p { color: rgb(200,87,56); }
H1.HeaderClassName
{
color: #C85738;
}
.AnyTagClassName
{
color: #C85738;
}
</style>
background-color css
<style>
a { background-color: #C85738; }
a { background-color: rgb(200,87,56); }
div.DivClassName
{
background-color: #C85738;
}
.BgClassName
{
background-color: #C85738;
}
</style>
border-color css
<style>
span { border-color: #C85738; }
span { border-color: rgb(200,87,56); }
td.TdClassName
{
border-color: #C85738;
}
.TagClassName
{
border-color: #C85738;
}
</style>