Shades of Trinidad #C84E33
Tints of Trinidad #C84E33
RGB
CMYK
RGB Variations
Color information
#C84E33 (or 0xC84E33) is known color: Trinidad. HEX triplet: C8, 4E and 33. RGB value is (200,78,51). Sum of RGB (Red+Green+Blue) = 200+78+51=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 78 (30.86% from 255 or 23.71% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C84E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C84E33 is #37B1CC. Grayscale: #6F6F6F. Windows color (decimal): -3649997 or 3362504. OLE color: 3362504.
HSL color Cylindrical-coordinate representation of color #C84E33: hue angle of 10.87º degrees, saturation: 0.59, 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 #C84E33 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 78 | 51 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.22 |
| HSL | 10.87º | 0.59% | 0.49% | - |
| HSV(B) | 10.87º | 0.75% | 0.78% | - |
| XYZ | 27.14 | 17.97 | 5.17 | - |
| YUV | 111.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 78 | 51 | 0 | 0.61 | 0.74 | 0.22 | 10.87 | 0.59 | 0.49 |
| Hex | C8 | 4E | 33 | 0 | 3D | 4A | 16 | B | 3B | 31 |
| Octal | 310 | 116 | 63 | 0 | 75 | 112 | 26 | 13 | 73 | 61 |
| Binary | 11001000 | 1001110 | 110011 | 0 | 111101 | 1001010 | 10110 | 1011 | 111011 | 110001 |
Color Harmonies of #C84E33
Complementary color
Monochromatic Colors of #C84E33
Black with #C84E33
Text Example
Text Example
White with #C84E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84E33; }
p { color: rgb(200,78,51); }
H1.HeaderClassName
{
color: #C84E33;
}
.AnyTagClassName
{
color: #C84E33;
}
</style>
background-color css
<style>
a { background-color: #C84E33; }
a { background-color: rgb(200,78,51); }
div.DivClassName
{
background-color: #C84E33;
}
.BgClassName
{
background-color: #C84E33;
}
</style>
border-color css
<style>
span { border-color: #C84E33; }
span { border-color: rgb(200,78,51); }
td.TdClassName
{
border-color: #C84E33;
}
.TagClassName
{
border-color: #C84E33;
}
</style>