Shades of Trinidad #C8512C
Tints of Trinidad #C8512C
RGB
CMYK
RGB Variations
Color information
#C8512C (or 0xC8512C) is known color: Trinidad. HEX triplet: C8, 51 and 2C. RGB value is (200,81,44). Sum of RGB (Red+Green+Blue) = 200+81+44=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C8512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8512C is #37AED3. Grayscale: #707070. Windows color (decimal): -3649236 or 2904520. OLE color: 2904520.
HSL color Cylindrical-coordinate representation of color #C8512C: hue angle of 14.23º degrees, saturation: 0.64, 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 #C8512C is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 44 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.22 |
| HSL | 14.23º | 0.64% | 0.48% | - |
| HSV(B) | 14.23º | 0.78% | 0.78% | - |
| XYZ | 27.22 | 18.35 | 4.49 | - |
| YUV | 112.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 44 | 0 | 0.59 | 0.78 | 0.22 | 14.23 | 0.64 | 0.48 |
| Hex | C8 | 51 | 2C | 0 | 3B | 4E | 16 | E | 40 | 30 |
| Octal | 310 | 121 | 54 | 0 | 73 | 116 | 26 | 16 | 100 | 60 |
| Binary | 11001000 | 1010001 | 101100 | 0 | 111011 | 1001110 | 10110 | 1110 | 1000000 | 110000 |
Color Harmonies of #C8512C
Complementary color
Monochromatic Colors of #C8512C
Black with #C8512C
Text Example
Text Example
White with #C8512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8512C; }
p { color: rgb(200,81,44); }
H1.HeaderClassName
{
color: #C8512C;
}
.AnyTagClassName
{
color: #C8512C;
}
</style>
background-color css
<style>
a { background-color: #C8512C; }
a { background-color: rgb(200,81,44); }
div.DivClassName
{
background-color: #C8512C;
}
.BgClassName
{
background-color: #C8512C;
}
</style>
border-color css
<style>
span { border-color: #C8512C; }
span { border-color: rgb(200,81,44); }
td.TdClassName
{
border-color: #C8512C;
}
.TagClassName
{
border-color: #C8512C;
}
</style>