Shades of Trinidad #C45637
Tints of Trinidad #C45637
RGB
CMYK
RGB Variations
Color information
#C45637 (or 0xC45637) is known color: Trinidad. HEX triplet: C4, 56 and 37. RGB value is (196,86,55). Sum of RGB (Red+Green+Blue) = 196+86+55=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C45637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45637 is #3BA9C8. Grayscale: #737373. Windows color (decimal): -3910089 or 3626692. OLE color: 3626692.
HSL color Cylindrical-coordinate representation of color #C45637: hue angle of 13.19º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C45637 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 55 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.23 |
| HSL | 13.19º | 0.56% | 0.49% | - |
| HSV(B) | 13.19º | 0.72% | 0.77% | - |
| XYZ | 26.78 | 18.67 | 5.81 | - |
| YUV | 115.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 55 | 0 | 0.56 | 0.72 | 0.23 | 13.19 | 0.56 | 0.49 |
| Hex | C4 | 56 | 37 | 0 | 38 | 48 | 17 | D | 38 | 31 |
| Octal | 304 | 126 | 67 | 0 | 70 | 110 | 27 | 15 | 70 | 61 |
| Binary | 11000100 | 1010110 | 110111 | 0 | 111000 | 1001000 | 10111 | 1101 | 111000 | 110001 |
Color Harmonies of #C45637
Complementary color
Monochromatic Colors of #C45637
Black with #C45637
Text Example
Text Example
White with #C45637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45637; }
p { color: rgb(196,86,55); }
H1.HeaderClassName
{
color: #C45637;
}
.AnyTagClassName
{
color: #C45637;
}
</style>
background-color css
<style>
a { background-color: #C45637; }
a { background-color: rgb(196,86,55); }
div.DivClassName
{
background-color: #C45637;
}
.BgClassName
{
background-color: #C45637;
}
</style>
border-color css
<style>
span { border-color: #C45637; }
span { border-color: rgb(196,86,55); }
td.TdClassName
{
border-color: #C45637;
}
.TagClassName
{
border-color: #C45637;
}
</style>