Shades of Trinidad #C45729
Tints of Trinidad #C45729
RGB
CMYK
RGB Variations
Color information
#C45729 (or 0xC45729) is known color: Trinidad. HEX triplet: C4, 57 and 29. RGB value is (196,87,41). Sum of RGB (Red+Green+Blue) = 196+87+41=324 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.49% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 41 (16.41% from 255 or 12.65% from 324); Max value from RGB is 196 - color contains mainly: red. Hex color #C45729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45729 is #3BA8D6. Grayscale: #727272. Windows color (decimal): -3909847 or 2709444. OLE color: 2709444.
HSL color Cylindrical-coordinate representation of color #C45729: hue angle of 17.81º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C45729 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 41 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.23 |
| HSL | 17.81º | 0.65% | 0.46% | - |
| HSV(B) | 17.81º | 0.79% | 0.77% | - |
| XYZ | 26.57 | 18.71 | 4.31 | - |
| YUV | 114.35 | 86.61 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 41 | 0 | 0.56 | 0.79 | 0.23 | 17.81 | 0.65 | 0.46 |
| Hex | C4 | 57 | 29 | 0 | 38 | 4F | 17 | 12 | 41 | 2E |
| Octal | 304 | 127 | 51 | 0 | 70 | 117 | 27 | 22 | 101 | 56 |
| Binary | 11000100 | 1010111 | 101001 | 0 | 111000 | 1001111 | 10111 | 10010 | 1000001 | 101110 |
Color Harmonies of #C45729
Complementary color
Monochromatic Colors of #C45729
Black with #C45729
Text Example
Text Example
White with #C45729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45729; }
p { color: rgb(196,87,41); }
H1.HeaderClassName
{
color: #C45729;
}
.AnyTagClassName
{
color: #C45729;
}
</style>
background-color css
<style>
a { background-color: #C45729; }
a { background-color: rgb(196,87,41); }
div.DivClassName
{
background-color: #C45729;
}
.BgClassName
{
background-color: #C45729;
}
</style>
border-color css
<style>
span { border-color: #C45729; }
span { border-color: rgb(196,87,41); }
td.TdClassName
{
border-color: #C45729;
}
.TagClassName
{
border-color: #C45729;
}
</style>