Shades of Trinidad #C95238
Tints of Trinidad #C95238
RGB
CMYK
RGB Variations
Color information
#C95238 (or 0xC95238) is known color: Trinidad. HEX triplet: C9, 52 and 38. RGB value is (201,82,56). Sum of RGB (Red+Green+Blue) = 201+82+56=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C95238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95238 is #36ADC7. Grayscale: #727272. Windows color (decimal): -3583432 or 3691209. OLE color: 3691209.
HSL color Cylindrical-coordinate representation of color #C95238: hue angle of 10.76º 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 #C95238 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 56 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.21 |
| HSL | 10.76º | 0.57% | 0.5% | - |
| HSV(B) | 10.76º | 0.72% | 0.79% | - |
| XYZ | 27.82 | 18.74 | 5.89 | - |
| YUV | 114.62 | 94.92 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 56 | 0 | 0.59 | 0.72 | 0.21 | 10.76 | 0.57 | 0.5 |
| Hex | C9 | 52 | 38 | 0 | 3B | 48 | 15 | B | 39 | 32 |
| Octal | 311 | 122 | 70 | 0 | 73 | 110 | 25 | 13 | 71 | 62 |
| Binary | 11001001 | 1010010 | 111000 | 0 | 111011 | 1001000 | 10101 | 1011 | 111001 | 110010 |
Color Harmonies of #C95238
Complementary color
Monochromatic Colors of #C95238
Black with #C95238
Text Example
Text Example
White with #C95238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95238; }
p { color: rgb(201,82,56); }
H1.HeaderClassName
{
color: #C95238;
}
.AnyTagClassName
{
color: #C95238;
}
</style>
background-color css
<style>
a { background-color: #C95238; }
a { background-color: rgb(201,82,56); }
div.DivClassName
{
background-color: #C95238;
}
.BgClassName
{
background-color: #C95238;
}
</style>
border-color css
<style>
span { border-color: #C95238; }
span { border-color: rgb(201,82,56); }
td.TdClassName
{
border-color: #C95238;
}
.TagClassName
{
border-color: #C95238;
}
</style>