Shades of Trinidad #C45037
Tints of Trinidad #C45037
RGB
CMYK
RGB Variations
Color information
#C45037 (or 0xC45037) is known color: Trinidad. HEX triplet: C4, 50 and 37. RGB value is (196,80,55). Sum of RGB (Red+Green+Blue) = 196+80+55=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C45037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45037 is #3BAFC8. Grayscale: #707070. Windows color (decimal): -3911625 or 3625156. OLE color: 3625156.
HSL color Cylindrical-coordinate representation of color #C45037: hue angle of 10.64º 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 #C45037 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 80 | 55 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.23 |
| HSL | 10.64º | 0.56% | 0.49% | - |
| HSV(B) | 10.64º | 0.72% | 0.77% | - |
| XYZ | 26.32 | 17.75 | 5.65 | - |
| YUV | 111.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 55 | 0 | 0.59 | 0.72 | 0.23 | 10.64 | 0.56 | 0.49 |
| Hex | C4 | 50 | 37 | 0 | 3B | 48 | 17 | B | 38 | 31 |
| Octal | 304 | 120 | 67 | 0 | 73 | 110 | 27 | 13 | 70 | 61 |
| Binary | 11000100 | 1010000 | 110111 | 0 | 111011 | 1001000 | 10111 | 1011 | 111000 | 110001 |
Color Harmonies of #C45037
Complementary color
Monochromatic Colors of #C45037
Black with #C45037
Text Example
Text Example
White with #C45037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45037; }
p { color: rgb(196,80,55); }
H1.HeaderClassName
{
color: #C45037;
}
.AnyTagClassName
{
color: #C45037;
}
</style>
background-color css
<style>
a { background-color: #C45037; }
a { background-color: rgb(196,80,55); }
div.DivClassName
{
background-color: #C45037;
}
.BgClassName
{
background-color: #C45037;
}
</style>
border-color css
<style>
span { border-color: #C45037; }
span { border-color: rgb(196,80,55); }
td.TdClassName
{
border-color: #C45037;
}
.TagClassName
{
border-color: #C45037;
}
</style>