Shades of Trinidad #C84E39
Tints of Trinidad #C84E39
RGB
CMYK
RGB Variations
Color information
#C84E39 (or 0xC84E39) is known color: Trinidad. HEX triplet: C8, 4E and 39. RGB value is (200,78,57). Sum of RGB (Red+Green+Blue) = 200+78+57=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84E39 is #37B1C6. Grayscale: #707070. Windows color (decimal): -3649991 or 3755720. OLE color: 3755720.
HSL color Cylindrical-coordinate representation of color #C84E39: hue angle of 8.81º 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 #C84E39 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 57 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.22 |
| HSL | 8.81º | 0.57% | 0.5% | - |
| HSV(B) | 8.81º | 0.72% | 0.78% | - |
| XYZ | 27.28 | 18.02 | 5.91 | - |
| YUV | 112.08 | 96.92 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 57 | 0 | 0.61 | 0.72 | 0.22 | 8.81 | 0.57 | 0.5 |
| Hex | C8 | 4E | 39 | 0 | 3D | 48 | 16 | 9 | 39 | 32 |
| Octal | 310 | 116 | 71 | 0 | 75 | 110 | 26 | 11 | 71 | 62 |
| Binary | 11001000 | 1001110 | 111001 | 0 | 111101 | 1001000 | 10110 | 1001 | 111001 | 110010 |
Color Harmonies of #C84E39
Complementary color
Monochromatic Colors of #C84E39
Black with #C84E39
Text Example
Text Example
White with #C84E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E39; }
p { color: rgb(200,78,57); }
H1.HeaderClassName
{
color: #C84E39;
}
.AnyTagClassName
{
color: #C84E39;
}
</style>
background-color css
<style>
a { background-color: #C84E39; }
a { background-color: rgb(200,78,57); }
div.DivClassName
{
background-color: #C84E39;
}
.BgClassName
{
background-color: #C84E39;
}
</style>
border-color css
<style>
span { border-color: #C84E39; }
span { border-color: rgb(200,78,57); }
td.TdClassName
{
border-color: #C84E39;
}
.TagClassName
{
border-color: #C84E39;
}
</style>