Shades of Trinidad #C9501B
Tints of Trinidad #C9501B
RGB
CMYK
RGB Variations
Color information
#C9501B (or 0xC9501B) is known color: Trinidad. HEX triplet: C9, 50 and 1B. RGB value is (201,80,27). Sum of RGB (Red+Green+Blue) = 201+80+27=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C9501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9501B is #36AFE4. Grayscale: #6E6E6E. Windows color (decimal): -3583973 or 1790153. OLE color: 1790153.
HSL color Cylindrical-coordinate representation of color #C9501B: hue angle of 18.28º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9501B is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 27 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.21 |
| HSL | 18.28º | 0.76% | 0.45% | - |
| HSV(B) | 18.28º | 0.87% | 0.79% | - |
| XYZ | 27.15 | 18.23 | 3.13 | - |
| YUV | 110.14 | 81.09 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 27 | 0 | 0.60 | 0.87 | 0.21 | 18.28 | 0.76 | 0.45 |
| Hex | C9 | 50 | 1B | 0 | 3C | 57 | 15 | 12 | 4C | 2D |
| Octal | 311 | 120 | 33 | 0 | 74 | 127 | 25 | 22 | 114 | 55 |
| Binary | 11001001 | 1010000 | 11011 | 0 | 111100 | 1010111 | 10101 | 10010 | 1001100 | 101101 |
Color Harmonies of #C9501B
Complementary color
Monochromatic Colors of #C9501B
Black with #C9501B
Text Example
Text Example
White with #C9501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9501B; }
p { color: rgb(201,80,27); }
H1.HeaderClassName
{
color: #C9501B;
}
.AnyTagClassName
{
color: #C9501B;
}
</style>
background-color css
<style>
a { background-color: #C9501B; }
a { background-color: rgb(201,80,27); }
div.DivClassName
{
background-color: #C9501B;
}
.BgClassName
{
background-color: #C9501B;
}
</style>
border-color css
<style>
span { border-color: #C9501B; }
span { border-color: rgb(201,80,27); }
td.TdClassName
{
border-color: #C9501B;
}
.TagClassName
{
border-color: #C9501B;
}
</style>