Shades of Trinidad #C95036
Tints of Trinidad #C95036
RGB
CMYK
RGB Variations
Color information
#C95036 (or 0xC95036) is known color: Trinidad. HEX triplet: C9, 50 and 36. RGB value is (201,80,54). Sum of RGB (Red+Green+Blue) = 201+80+54=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 54 (21.48% from 255 or 16.12% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C95036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95036 is #36AFC9. Grayscale: #717171. Windows color (decimal): -3583946 or 3559625. OLE color: 3559625.
HSL color Cylindrical-coordinate representation of color #C95036: hue angle of 10.61º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C95036 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 54 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.21 |
| HSL | 10.61º | 0.58% | 0.5% | - |
| HSV(B) | 10.61º | 0.73% | 0.79% | - |
| XYZ | 27.62 | 18.42 | 5.59 | - |
| YUV | 113.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 54 | 0 | 0.60 | 0.73 | 0.21 | 10.61 | 0.58 | 0.5 |
| Hex | C9 | 50 | 36 | 0 | 3C | 49 | 15 | B | 3A | 32 |
| Octal | 311 | 120 | 66 | 0 | 74 | 111 | 25 | 13 | 72 | 62 |
| Binary | 11001001 | 1010000 | 110110 | 0 | 111100 | 1001001 | 10101 | 1011 | 111010 | 110010 |
Color Harmonies of #C95036
Complementary color
Monochromatic Colors of #C95036
Black with #C95036
Text Example
Text Example
White with #C95036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95036; }
p { color: rgb(201,80,54); }
H1.HeaderClassName
{
color: #C95036;
}
.AnyTagClassName
{
color: #C95036;
}
</style>
background-color css
<style>
a { background-color: #C95036; }
a { background-color: rgb(201,80,54); }
div.DivClassName
{
background-color: #C95036;
}
.BgClassName
{
background-color: #C95036;
}
</style>
border-color css
<style>
span { border-color: #C95036; }
span { border-color: rgb(201,80,54); }
td.TdClassName
{
border-color: #C95036;
}
.TagClassName
{
border-color: #C95036;
}
</style>