Shades of Trinidad #C8512B
Tints of Trinidad #C8512B
RGB
CMYK
RGB Variations
Color information
#C8512B (or 0xC8512B) is known color: Trinidad. HEX triplet: C8, 51 and 2B. RGB value is (200,81,43). Sum of RGB (Red+Green+Blue) = 200+81+43=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C8512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8512B is #37AED4. Grayscale: #707070. Windows color (decimal): -3649237 or 2838984. OLE color: 2838984.
HSL color Cylindrical-coordinate representation of color #C8512B: hue angle of 14.52º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8512B is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 43 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.22 |
| HSL | 14.52º | 0.65% | 0.48% | - |
| HSV(B) | 14.52º | 0.79% | 0.78% | - |
| XYZ | 27.2 | 18.34 | 4.39 | - |
| YUV | 112.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 43 | 0 | 0.59 | 0.78 | 0.22 | 14.52 | 0.65 | 0.48 |
| Hex | C8 | 51 | 2B | 0 | 3B | 4E | 16 | F | 41 | 30 |
| Octal | 310 | 121 | 53 | 0 | 73 | 116 | 26 | 17 | 101 | 60 |
| Binary | 11001000 | 1010001 | 101011 | 0 | 111011 | 1001110 | 10110 | 1111 | 1000001 | 110000 |
Color Harmonies of #C8512B
Complementary color
Monochromatic Colors of #C8512B
Black with #C8512B
Text Example
Text Example
White with #C8512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8512B; }
p { color: rgb(200,81,43); }
H1.HeaderClassName
{
color: #C8512B;
}
.AnyTagClassName
{
color: #C8512B;
}
</style>
background-color css
<style>
a { background-color: #C8512B; }
a { background-color: rgb(200,81,43); }
div.DivClassName
{
background-color: #C8512B;
}
.BgClassName
{
background-color: #C8512B;
}
</style>
border-color css
<style>
span { border-color: #C8512B; }
span { border-color: rgb(200,81,43); }
td.TdClassName
{
border-color: #C8512B;
}
.TagClassName
{
border-color: #C8512B;
}
</style>