Shades of Trinidad #C9511E
Tints of Trinidad #C9511E
RGB
CMYK
RGB Variations
Color information
#C9511E (or 0xC9511E) is known color: Trinidad. HEX triplet: C9, 51 and 1E. RGB value is (201,81,30). Sum of RGB (Red+Green+Blue) = 201+81+30=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 30 (12.11% from 255 or 9.62% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9511E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9511E is #36AEE1. Grayscale: #6F6F6F. Windows color (decimal): -3583714 or 1987017. OLE color: 1987017.
HSL color Cylindrical-coordinate representation of color #C9511E: hue angle of 17.89º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9511E is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 30 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.21 |
| HSL | 17.89º | 0.74% | 0.45% | - |
| HSV(B) | 17.89º | 0.85% | 0.79% | - |
| XYZ | 27.26 | 18.4 | 3.34 | - |
| YUV | 111.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 30 | 0 | 0.60 | 0.85 | 0.21 | 17.89 | 0.74 | 0.45 |
| Hex | C9 | 51 | 1E | 0 | 3C | 55 | 15 | 12 | 4A | 2D |
| Octal | 311 | 121 | 36 | 0 | 74 | 125 | 25 | 22 | 112 | 55 |
| Binary | 11001001 | 1010001 | 11110 | 0 | 111100 | 1010101 | 10101 | 10010 | 1001010 | 101101 |
Color Harmonies of #C9511E
Complementary color
Monochromatic Colors of #C9511E
Black with #C9511E
Text Example
Text Example
White with #C9511E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9511E; }
p { color: rgb(201,81,30); }
H1.HeaderClassName
{
color: #C9511E;
}
.AnyTagClassName
{
color: #C9511E;
}
</style>
background-color css
<style>
a { background-color: #C9511E; }
a { background-color: rgb(201,81,30); }
div.DivClassName
{
background-color: #C9511E;
}
.BgClassName
{
background-color: #C9511E;
}
</style>
border-color css
<style>
span { border-color: #C9511E; }
span { border-color: rgb(201,81,30); }
td.TdClassName
{
border-color: #C9511E;
}
.TagClassName
{
border-color: #C9511E;
}
</style>