Shades of Trinidad #C95637
Tints of Trinidad #C95637
RGB
CMYK
RGB Variations
Color information
#C95637 (or 0xC95637) is known color: Trinidad. HEX triplet: C9, 56 and 37. RGB value is (201,86,55). Sum of RGB (Red+Green+Blue) = 201+86+55=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C95637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95637 is #36A9C8. Grayscale: #757575. Windows color (decimal): -3582409 or 3626697. OLE color: 3626697.
HSL color Cylindrical-coordinate representation of color #C95637: hue angle of 12.74º 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 #C95637 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 55 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.21 |
| HSL | 12.74º | 0.57% | 0.5% | - |
| HSV(B) | 12.74º | 0.73% | 0.79% | - |
| XYZ | 28.1 | 19.35 | 5.87 | - |
| YUV | 116.85 | 93.1 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 55 | 0 | 0.57 | 0.73 | 0.21 | 12.74 | 0.57 | 0.5 |
| Hex | C9 | 56 | 37 | 0 | 39 | 49 | 15 | D | 39 | 32 |
| Octal | 311 | 126 | 67 | 0 | 71 | 111 | 25 | 15 | 71 | 62 |
| Binary | 11001001 | 1010110 | 110111 | 0 | 111001 | 1001001 | 10101 | 1101 | 111001 | 110010 |
Color Harmonies of #C95637
Complementary color
Monochromatic Colors of #C95637
Black with #C95637
Text Example
Text Example
White with #C95637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95637; }
p { color: rgb(201,86,55); }
H1.HeaderClassName
{
color: #C95637;
}
.AnyTagClassName
{
color: #C95637;
}
</style>
background-color css
<style>
a { background-color: #C95637; }
a { background-color: rgb(201,86,55); }
div.DivClassName
{
background-color: #C95637;
}
.BgClassName
{
background-color: #C95637;
}
</style>
border-color css
<style>
span { border-color: #C95637; }
span { border-color: rgb(201,86,55); }
td.TdClassName
{
border-color: #C95637;
}
.TagClassName
{
border-color: #C95637;
}
</style>