Shades of Trinidad #C9501E
Tints of Trinidad #C9501E
RGB
CMYK
RGB Variations
Color information
#C9501E (or 0xC9501E) is known color: Trinidad. HEX triplet: C9, 50 and 1E. RGB value is (201,80,30). Sum of RGB (Red+Green+Blue) = 201+80+30=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9501E is #36AFE1. Grayscale: #6E6E6E. Windows color (decimal): -3583970 or 1986761. OLE color: 1986761.
HSL color Cylindrical-coordinate representation of color #C9501E: hue angle of 17.54º 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 #C9501E is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 30 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.21 |
| HSL | 17.54º | 0.74% | 0.45% | - |
| HSV(B) | 17.54º | 0.85% | 0.79% | - |
| XYZ | 27.19 | 18.25 | 3.32 | - |
| YUV | 110.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 30 | 0 | 0.60 | 0.85 | 0.21 | 17.54 | 0.74 | 0.45 |
| Hex | C9 | 50 | 1E | 0 | 3C | 55 | 15 | 12 | 4A | 2D |
| Octal | 311 | 120 | 36 | 0 | 74 | 125 | 25 | 22 | 112 | 55 |
| Binary | 11001001 | 1010000 | 11110 | 0 | 111100 | 1010101 | 10101 | 10010 | 1001010 | 101101 |
Color Harmonies of #C9501E
Complementary color
Monochromatic Colors of #C9501E
Black with #C9501E
Text Example
Text Example
White with #C9501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9501E; }
p { color: rgb(201,80,30); }
H1.HeaderClassName
{
color: #C9501E;
}
.AnyTagClassName
{
color: #C9501E;
}
</style>
background-color css
<style>
a { background-color: #C9501E; }
a { background-color: rgb(201,80,30); }
div.DivClassName
{
background-color: #C9501E;
}
.BgClassName
{
background-color: #C9501E;
}
</style>
border-color css
<style>
span { border-color: #C9501E; }
span { border-color: rgb(201,80,30); }
td.TdClassName
{
border-color: #C9501E;
}
.TagClassName
{
border-color: #C9501E;
}
</style>