Shades of Trinidad #C45737
Tints of Trinidad #C45737
RGB
CMYK
RGB Variations
Color information
#C45737 (or 0xC45737) is known color: Trinidad. HEX triplet: C4, 57 and 37. RGB value is (196,87,55). Sum of RGB (Red+Green+Blue) = 196+87+55=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C45737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45737 is #3BA8C8. Grayscale: #747474. Windows color (decimal): -3909833 or 3626948. OLE color: 3626948.
HSL color Cylindrical-coordinate representation of color #C45737: hue angle of 13.62º 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 #C45737 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 55 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.23 |
| HSL | 13.62º | 0.56% | 0.49% | - |
| HSV(B) | 13.62º | 0.72% | 0.77% | - |
| XYZ | 26.86 | 18.83 | 5.83 | - |
| YUV | 115.94 | 93.61 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 55 | 0 | 0.56 | 0.72 | 0.23 | 13.62 | 0.56 | 0.49 |
| Hex | C4 | 57 | 37 | 0 | 38 | 48 | 17 | E | 38 | 31 |
| Octal | 304 | 127 | 67 | 0 | 70 | 110 | 27 | 16 | 70 | 61 |
| Binary | 11000100 | 1010111 | 110111 | 0 | 111000 | 1001000 | 10111 | 1110 | 111000 | 110001 |
Color Harmonies of #C45737
Complementary color
Monochromatic Colors of #C45737
Black with #C45737
Text Example
Text Example
White with #C45737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45737; }
p { color: rgb(196,87,55); }
H1.HeaderClassName
{
color: #C45737;
}
.AnyTagClassName
{
color: #C45737;
}
</style>
background-color css
<style>
a { background-color: #C45737; }
a { background-color: rgb(196,87,55); }
div.DivClassName
{
background-color: #C45737;
}
.BgClassName
{
background-color: #C45737;
}
</style>
border-color css
<style>
span { border-color: #C45737; }
span { border-color: rgb(196,87,55); }
td.TdClassName
{
border-color: #C45737;
}
.TagClassName
{
border-color: #C45737;
}
</style>