Shades of Trinidad #C0512C
Tints of Trinidad #C0512C
RGB
CMYK
RGB Variations
Color information
#C0512C (or 0xC0512C) is known color: Trinidad. HEX triplet: C0, 51 and 2C. RGB value is (192,81,44). Sum of RGB (Red+Green+Blue) = 192+81+44=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0512C is #3FAED3. Grayscale: #6E6E6E. Windows color (decimal): -4173524 or 2904512. OLE color: 2904512.
HSL color Cylindrical-coordinate representation of color #C0512C: hue angle of 15º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C0512C is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 44 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.25 |
| HSL | 15º | 0.63% | 0.46% | - |
| HSV(B) | 15º | 0.77% | 0.75% | - |
| XYZ | 25.14 | 17.27 | 4.39 | - |
| YUV | 109.97 | 90.77 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 44 | 0 | 0.58 | 0.77 | 0.25 | 15 | 0.63 | 0.46 |
| Hex | C0 | 51 | 2C | 0 | 3A | 4D | 19 | F | 3F | 2E |
| Octal | 300 | 121 | 54 | 0 | 72 | 115 | 31 | 17 | 77 | 56 |
| Binary | 11000000 | 1010001 | 101100 | 0 | 111010 | 1001101 | 11001 | 1111 | 111111 | 101110 |
Color Harmonies of #C0512C
Complementary color
Monochromatic Colors of #C0512C
Black with #C0512C
Text Example
Text Example
White with #C0512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0512C; }
p { color: rgb(192,81,44); }
H1.HeaderClassName
{
color: #C0512C;
}
.AnyTagClassName
{
color: #C0512C;
}
</style>
background-color css
<style>
a { background-color: #C0512C; }
a { background-color: rgb(192,81,44); }
div.DivClassName
{
background-color: #C0512C;
}
.BgClassName
{
background-color: #C0512C;
}
</style>
border-color css
<style>
span { border-color: #C0512C; }
span { border-color: rgb(192,81,44); }
td.TdClassName
{
border-color: #C0512C;
}
.TagClassName
{
border-color: #C0512C;
}
</style>