Shades of Trinidad #C95037
Tints of Trinidad #C95037
RGB
CMYK
RGB Variations
Color information
#C95037 (or 0xC95037) is known color: Trinidad. HEX triplet: C9, 50 and 37. RGB value is (201,80,55). Sum of RGB (Red+Green+Blue) = 201+80+55=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C95037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95037 is #36AFC8. Grayscale: #717171. Windows color (decimal): -3583945 or 3625161. OLE color: 3625161.
HSL color Cylindrical-coordinate representation of color #C95037: hue angle of 10.27º degrees, saturation: 0.57, 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 #C95037 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 55 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.21 |
| HSL | 10.27º | 0.57% | 0.5% | - |
| HSV(B) | 10.27º | 0.73% | 0.79% | - |
| XYZ | 27.65 | 18.43 | 5.71 | - |
| YUV | 113.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 55 | 0 | 0.60 | 0.73 | 0.21 | 10.27 | 0.57 | 0.5 |
| Hex | C9 | 50 | 37 | 0 | 3C | 49 | 15 | A | 39 | 32 |
| Octal | 311 | 120 | 67 | 0 | 74 | 111 | 25 | 12 | 71 | 62 |
| Binary | 11001001 | 1010000 | 110111 | 0 | 111100 | 1001001 | 10101 | 1010 | 111001 | 110010 |
Color Harmonies of #C95037
Complementary color
Monochromatic Colors of #C95037
Black with #C95037
Text Example
Text Example
White with #C95037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95037; }
p { color: rgb(201,80,55); }
H1.HeaderClassName
{
color: #C95037;
}
.AnyTagClassName
{
color: #C95037;
}
</style>
background-color css
<style>
a { background-color: #C95037; }
a { background-color: rgb(201,80,55); }
div.DivClassName
{
background-color: #C95037;
}
.BgClassName
{
background-color: #C95037;
}
</style>
border-color css
<style>
span { border-color: #C95037; }
span { border-color: rgb(201,80,55); }
td.TdClassName
{
border-color: #C95037;
}
.TagClassName
{
border-color: #C95037;
}
</style>