Shades of Trinidad #C84E32
Tints of Trinidad #C84E32
RGB
CMYK
RGB Variations
Color information
#C84E32 (or 0xC84E32) is known color: Trinidad. HEX triplet: C8, 4E and 32. RGB value is (200,78,50). Sum of RGB (Red+Green+Blue) = 200+78+50=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84E32 is #37B1CD. Grayscale: #6F6F6F. Windows color (decimal): -3649998 or 3296968. OLE color: 3296968.
HSL color Cylindrical-coordinate representation of color #C84E32: hue angle of 11.2º degrees, saturation: 0.6, 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 #C84E32 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 50 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.22 |
| HSL | 11.2º | 0.6% | 0.49% | - |
| HSV(B) | 11.2º | 0.75% | 0.78% | - |
| XYZ | 27.12 | 17.96 | 5.05 | - |
| YUV | 111.29 | 93.42 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 50 | 0 | 0.61 | 0.75 | 0.22 | 11.2 | 0.6 | 0.49 |
| Hex | C8 | 4E | 32 | 0 | 3D | 4B | 16 | B | 3C | 31 |
| Octal | 310 | 116 | 62 | 0 | 75 | 113 | 26 | 13 | 74 | 61 |
| Binary | 11001000 | 1001110 | 110010 | 0 | 111101 | 1001011 | 10110 | 1011 | 111100 | 110001 |
Color Harmonies of #C84E32
Complementary color
Monochromatic Colors of #C84E32
Black with #C84E32
Text Example
Text Example
White with #C84E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E32; }
p { color: rgb(200,78,50); }
H1.HeaderClassName
{
color: #C84E32;
}
.AnyTagClassName
{
color: #C84E32;
}
</style>
background-color css
<style>
a { background-color: #C84E32; }
a { background-color: rgb(200,78,50); }
div.DivClassName
{
background-color: #C84E32;
}
.BgClassName
{
background-color: #C84E32;
}
</style>
border-color css
<style>
span { border-color: #C84E32; }
span { border-color: rgb(200,78,50); }
td.TdClassName
{
border-color: #C84E32;
}
.TagClassName
{
border-color: #C84E32;
}
</style>