Shades of Trinidad #C95239
Tints of Trinidad #C95239
RGB
CMYK
RGB Variations
Color information
#C95239 (or 0xC95239) is known color: Trinidad. HEX triplet: C9, 52 and 39. RGB value is (201,82,57). Sum of RGB (Red+Green+Blue) = 201+82+57=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C95239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95239 is #36ADC6. Grayscale: #727272. Windows color (decimal): -3583431 or 3756745. OLE color: 3756745.
HSL color Cylindrical-coordinate representation of color #C95239: hue angle of 10.42º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C95239 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 57 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.21 |
| HSL | 10.42º | 0.57% | 0.51% | - |
| HSV(B) | 10.42º | 0.72% | 0.79% | - |
| XYZ | 27.84 | 18.75 | 6.02 | - |
| YUV | 114.73 | 95.42 | 189.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 57 | 0 | 0.59 | 0.72 | 0.21 | 10.42 | 0.57 | 0.51 |
| Hex | C9 | 52 | 39 | 0 | 3B | 48 | 15 | A | 39 | 33 |
| Octal | 311 | 122 | 71 | 0 | 73 | 110 | 25 | 12 | 71 | 63 |
| Binary | 11001001 | 1010010 | 111001 | 0 | 111011 | 1001000 | 10101 | 1010 | 111001 | 110011 |
Color Harmonies of #C95239
Complementary color
Monochromatic Colors of #C95239
Black with #C95239
Text Example
Text Example
White with #C95239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95239; }
p { color: rgb(201,82,57); }
H1.HeaderClassName
{
color: #C95239;
}
.AnyTagClassName
{
color: #C95239;
}
</style>
background-color css
<style>
a { background-color: #C95239; }
a { background-color: rgb(201,82,57); }
div.DivClassName
{
background-color: #C95239;
}
.BgClassName
{
background-color: #C95239;
}
</style>
border-color css
<style>
span { border-color: #C95239; }
span { border-color: rgb(201,82,57); }
td.TdClassName
{
border-color: #C95239;
}
.TagClassName
{
border-color: #C95239;
}
</style>