Shades of Trinidad #C9502E
Tints of Trinidad #C9502E
RGB
CMYK
RGB Variations
Color information
#C9502E (or 0xC9502E) is known color: Trinidad. HEX triplet: C9, 50 and 2E. RGB value is (201,80,46). Sum of RGB (Red+Green+Blue) = 201+80+46=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 46 (18.36% from 255 or 14.07% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9502E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9502E is #36AFD1. Grayscale: #707070. Windows color (decimal): -3583954 or 3035337. OLE color: 3035337.
HSL color Cylindrical-coordinate representation of color #C9502E: hue angle of 13.16º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9502E is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 46 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.21 |
| HSL | 13.16º | 0.63% | 0.48% | - |
| HSV(B) | 13.16º | 0.77% | 0.79% | - |
| XYZ | 27.45 | 18.35 | 4.68 | - |
| YUV | 112.3 | 90.59 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 46 | 0 | 0.60 | 0.77 | 0.21 | 13.16 | 0.63 | 0.48 |
| Hex | C9 | 50 | 2E | 0 | 3C | 4D | 15 | D | 3F | 30 |
| Octal | 311 | 120 | 56 | 0 | 74 | 115 | 25 | 15 | 77 | 60 |
| Binary | 11001001 | 1010000 | 101110 | 0 | 111100 | 1001101 | 10101 | 1101 | 111111 | 110000 |
Color Harmonies of #C9502E
Complementary color
Monochromatic Colors of #C9502E
Black with #C9502E
Text Example
Text Example
White with #C9502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9502E; }
p { color: rgb(201,80,46); }
H1.HeaderClassName
{
color: #C9502E;
}
.AnyTagClassName
{
color: #C9502E;
}
</style>
background-color css
<style>
a { background-color: #C9502E; }
a { background-color: rgb(201,80,46); }
div.DivClassName
{
background-color: #C9502E;
}
.BgClassName
{
background-color: #C9502E;
}
</style>
border-color css
<style>
span { border-color: #C9502E; }
span { border-color: rgb(201,80,46); }
td.TdClassName
{
border-color: #C9502E;
}
.TagClassName
{
border-color: #C9502E;
}
</style>