Shades of Trinidad #C84F37
Tints of Trinidad #C84F37
RGB
CMYK
RGB Variations
Color information
#C84F37 (or 0xC84F37) is known color: Trinidad. HEX triplet: C8, 4F and 37. RGB value is (200,79,55). Sum of RGB (Red+Green+Blue) = 200+79+55=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C84F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84F37 is #37B0C8. Grayscale: #707070. Windows color (decimal): -3649737 or 3624904. OLE color: 3624904.
HSL color Cylindrical-coordinate representation of color #C84F37: hue angle of 9.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C84F37 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 79 | 55 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.22 |
| HSL | 9.93º | 0.57% | 0.5% | - |
| HSV(B) | 9.93º | 0.73% | 0.78% | - |
| XYZ | 27.3 | 18.15 | 5.68 | - |
| YUV | 112.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 79 | 55 | 0 | 0.60 | 0.72 | 0.22 | 9.93 | 0.57 | 0.5 |
| Hex | C8 | 4F | 37 | 0 | 3C | 48 | 16 | A | 39 | 32 |
| Octal | 310 | 117 | 67 | 0 | 74 | 110 | 26 | 12 | 71 | 62 |
| Binary | 11001000 | 1001111 | 110111 | 0 | 111100 | 1001000 | 10110 | 1010 | 111001 | 110010 |
Color Harmonies of #C84F37
Complementary color
Monochromatic Colors of #C84F37
Black with #C84F37
Text Example
Text Example
White with #C84F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84F37; }
p { color: rgb(200,79,55); }
H1.HeaderClassName
{
color: #C84F37;
}
.AnyTagClassName
{
color: #C84F37;
}
</style>
background-color css
<style>
a { background-color: #C84F37; }
a { background-color: rgb(200,79,55); }
div.DivClassName
{
background-color: #C84F37;
}
.BgClassName
{
background-color: #C84F37;
}
</style>
border-color css
<style>
span { border-color: #C84F37; }
span { border-color: rgb(200,79,55); }
td.TdClassName
{
border-color: #C84F37;
}
.TagClassName
{
border-color: #C84F37;
}
</style>