Shades of Trinidad #C45237
Tints of Trinidad #C45237
RGB
CMYK
RGB Variations
Color information
#C45237 (or 0xC45237) is known color: Trinidad. HEX triplet: C4, 52 and 37. RGB value is (196,82,55). Sum of RGB (Red+Green+Blue) = 196+82+55=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C45237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45237 is #3BADC8. Grayscale: #717171. Windows color (decimal): -3911113 or 3625668. OLE color: 3625668.
HSL color Cylindrical-coordinate representation of color #C45237: hue angle of 11.49º 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 #C45237 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 55 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.23 |
| HSL | 11.49º | 0.56% | 0.49% | - |
| HSV(B) | 11.49º | 0.72% | 0.77% | - |
| XYZ | 26.47 | 18.05 | 5.7 | - |
| YUV | 113.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 55 | 0 | 0.58 | 0.72 | 0.23 | 11.49 | 0.56 | 0.49 |
| Hex | C4 | 52 | 37 | 0 | 3A | 48 | 17 | B | 38 | 31 |
| Octal | 304 | 122 | 67 | 0 | 72 | 110 | 27 | 13 | 70 | 61 |
| Binary | 11000100 | 1010010 | 110111 | 0 | 111010 | 1001000 | 10111 | 1011 | 111000 | 110001 |
Color Harmonies of #C45237
Complementary color
Monochromatic Colors of #C45237
Black with #C45237
Text Example
Text Example
White with #C45237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45237; }
p { color: rgb(196,82,55); }
H1.HeaderClassName
{
color: #C45237;
}
.AnyTagClassName
{
color: #C45237;
}
</style>
background-color css
<style>
a { background-color: #C45237; }
a { background-color: rgb(196,82,55); }
div.DivClassName
{
background-color: #C45237;
}
.BgClassName
{
background-color: #C45237;
}
</style>
border-color css
<style>
span { border-color: #C45237; }
span { border-color: rgb(196,82,55); }
td.TdClassName
{
border-color: #C45237;
}
.TagClassName
{
border-color: #C45237;
}
</style>