Shades of Trinidad #C95120
Tints of Trinidad #C95120
RGB
CMYK
RGB Variations
Color information
#C95120 (or 0xC95120) is known color: Trinidad. HEX triplet: C9, 51 and 20. RGB value is (201,81,32). Sum of RGB (Red+Green+Blue) = 201+81+32=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C95120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95120 is #36AEDF. Grayscale: #6F6F6F. Windows color (decimal): -3583712 or 2118089. OLE color: 2118089.
HSL color Cylindrical-coordinate representation of color #C95120: hue angle of 17.4º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C95120 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 32 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.21 |
| HSL | 17.4º | 0.73% | 0.46% | - |
| HSV(B) | 17.4º | 0.84% | 0.79% | - |
| XYZ | 27.29 | 18.41 | 3.48 | - |
| YUV | 111.29 | 83.26 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 32 | 0 | 0.60 | 0.84 | 0.21 | 17.4 | 0.73 | 0.46 |
| Hex | C9 | 51 | 20 | 0 | 3C | 54 | 15 | 11 | 49 | 2E |
| Octal | 311 | 121 | 40 | 0 | 74 | 124 | 25 | 21 | 111 | 56 |
| Binary | 11001001 | 1010001 | 100000 | 0 | 111100 | 1010100 | 10101 | 10001 | 1001001 | 101110 |
Color Harmonies of #C95120
Complementary color
Monochromatic Colors of #C95120
Black with #C95120
Text Example
Text Example
White with #C95120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95120; }
p { color: rgb(201,81,32); }
H1.HeaderClassName
{
color: #C95120;
}
.AnyTagClassName
{
color: #C95120;
}
</style>
background-color css
<style>
a { background-color: #C95120; }
a { background-color: rgb(201,81,32); }
div.DivClassName
{
background-color: #C95120;
}
.BgClassName
{
background-color: #C95120;
}
</style>
border-color css
<style>
span { border-color: #C95120; }
span { border-color: rgb(201,81,32); }
td.TdClassName
{
border-color: #C95120;
}
.TagClassName
{
border-color: #C95120;
}
</style>