Shades of Trinidad #C84E31
Tints of Trinidad #C84E31
RGB
CMYK
RGB Variations
Color information
#C84E31 (or 0xC84E31) is known color: Trinidad. HEX triplet: C8, 4E and 31. RGB value is (200,78,49). Sum of RGB (Red+Green+Blue) = 200+78+49=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84E31 is #37B1CE. Grayscale: #6F6F6F. Windows color (decimal): -3649999 or 3231432. OLE color: 3231432.
HSL color Cylindrical-coordinate representation of color #C84E31: hue angle of 11.52º 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 #C84E31 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 49 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.22 |
| HSL | 11.52º | 0.61% | 0.49% | - |
| HSV(B) | 11.52º | 0.76% | 0.78% | - |
| XYZ | 27.1 | 17.95 | 4.94 | - |
| YUV | 111.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 49 | 0 | 0.61 | 0.76 | 0.22 | 11.52 | 0.61 | 0.49 |
| Hex | C8 | 4E | 31 | 0 | 3D | 4C | 16 | C | 3D | 31 |
| Octal | 310 | 116 | 61 | 0 | 75 | 114 | 26 | 14 | 75 | 61 |
| Binary | 11001000 | 1001110 | 110001 | 0 | 111101 | 1001100 | 10110 | 1100 | 111101 | 110001 |
Color Harmonies of #C84E31
Complementary color
Monochromatic Colors of #C84E31
Black with #C84E31
Text Example
Text Example
White with #C84E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E31; }
p { color: rgb(200,78,49); }
H1.HeaderClassName
{
color: #C84E31;
}
.AnyTagClassName
{
color: #C84E31;
}
</style>
background-color css
<style>
a { background-color: #C84E31; }
a { background-color: rgb(200,78,49); }
div.DivClassName
{
background-color: #C84E31;
}
.BgClassName
{
background-color: #C84E31;
}
</style>
border-color css
<style>
span { border-color: #C84E31; }
span { border-color: rgb(200,78,49); }
td.TdClassName
{
border-color: #C84E31;
}
.TagClassName
{
border-color: #C84E31;
}
</style>