Shades of Trinidad #C95038
Tints of Trinidad #C95038
RGB
CMYK
RGB Variations
Color information
#C95038 (or 0xC95038) is known color: Trinidad. HEX triplet: C9, 50 and 38. RGB value is (201,80,56). Sum of RGB (Red+Green+Blue) = 201+80+56=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 56 (22.27% from 255 or 16.62% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C95038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95038 is #36AFC7. Grayscale: #717171. Windows color (decimal): -3583944 or 3690697. OLE color: 3690697.
HSL color Cylindrical-coordinate representation of color #C95038: hue angle of 9.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C95038 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 56 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.21 |
| HSL | 9.93º | 0.57% | 0.5% | - |
| HSV(B) | 9.93º | 0.72% | 0.79% | - |
| XYZ | 27.67 | 18.44 | 5.84 | - |
| YUV | 113.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 56 | 0 | 0.60 | 0.72 | 0.21 | 9.93 | 0.57 | 0.5 |
| Hex | C9 | 50 | 38 | 0 | 3C | 48 | 15 | A | 39 | 32 |
| Octal | 311 | 120 | 70 | 0 | 74 | 110 | 25 | 12 | 71 | 62 |
| Binary | 11001001 | 1010000 | 111000 | 0 | 111100 | 1001000 | 10101 | 1010 | 111001 | 110010 |
Color Harmonies of #C95038
Complementary color
Monochromatic Colors of #C95038
Black with #C95038
Text Example
Text Example
White with #C95038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95038; }
p { color: rgb(201,80,56); }
H1.HeaderClassName
{
color: #C95038;
}
.AnyTagClassName
{
color: #C95038;
}
</style>
background-color css
<style>
a { background-color: #C95038; }
a { background-color: rgb(201,80,56); }
div.DivClassName
{
background-color: #C95038;
}
.BgClassName
{
background-color: #C95038;
}
</style>
border-color css
<style>
span { border-color: #C95038; }
span { border-color: rgb(201,80,56); }
td.TdClassName
{
border-color: #C95038;
}
.TagClassName
{
border-color: #C95038;
}
</style>