Shades of Trinidad #C45728
Tints of Trinidad #C45728
RGB
CMYK
RGB Variations
Color information
#C45728 (or 0xC45728) is known color: Trinidad. HEX triplet: C4, 57 and 28. RGB value is (196,87,40). Sum of RGB (Red+Green+Blue) = 196+87+40=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C45728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45728 is #3BA8D7. Grayscale: #727272. Windows color (decimal): -3909848 or 2643908. OLE color: 2643908.
HSL color Cylindrical-coordinate representation of color #C45728: hue angle of 18.08º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C45728 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 40 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.23 |
| HSL | 18.08º | 0.66% | 0.46% | - |
| HSV(B) | 18.08º | 0.8% | 0.77% | - |
| XYZ | 26.56 | 18.71 | 4.22 | - |
| YUV | 114.23 | 86.11 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 40 | 0 | 0.56 | 0.80 | 0.23 | 18.08 | 0.66 | 0.46 |
| Hex | C4 | 57 | 28 | 0 | 38 | 50 | 17 | 12 | 42 | 2E |
| Octal | 304 | 127 | 50 | 0 | 70 | 120 | 27 | 22 | 102 | 56 |
| Binary | 11000100 | 1010111 | 101000 | 0 | 111000 | 1010000 | 10111 | 10010 | 1000010 | 101110 |
Color Harmonies of #C45728
Complementary color
Monochromatic Colors of #C45728
Black with #C45728
Text Example
Text Example
White with #C45728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45728; }
p { color: rgb(196,87,40); }
H1.HeaderClassName
{
color: #C45728;
}
.AnyTagClassName
{
color: #C45728;
}
</style>
background-color css
<style>
a { background-color: #C45728; }
a { background-color: rgb(196,87,40); }
div.DivClassName
{
background-color: #C45728;
}
.BgClassName
{
background-color: #C45728;
}
</style>
border-color css
<style>
span { border-color: #C45728; }
span { border-color: rgb(196,87,40); }
td.TdClassName
{
border-color: #C45728;
}
.TagClassName
{
border-color: #C45728;
}
</style>