Shades of Trinidad #C45128
Tints of Trinidad #C45128
RGB
CMYK
RGB Variations
Color information
#C45128 (or 0xC45128) is known color: Trinidad. HEX triplet: C4, 51 and 28. RGB value is (196,81,40). Sum of RGB (Red+Green+Blue) = 196+81+40=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C45128 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45128 is #3BAED7. Grayscale: #6E6E6E. Windows color (decimal): -3911384 or 2642372. OLE color: 2642372.
HSL color Cylindrical-coordinate representation of color #C45128: hue angle of 15.77º 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 #C45128 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 40 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.23 |
| HSL | 15.77º | 0.66% | 0.46% | - |
| HSV(B) | 15.77º | 0.8% | 0.77% | - |
| XYZ | 26.09 | 17.77 | 4.06 | - |
| YUV | 110.71 | 88.1 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 40 | 0 | 0.59 | 0.80 | 0.23 | 15.77 | 0.66 | 0.46 |
| Hex | C4 | 51 | 28 | 0 | 3B | 50 | 17 | 10 | 42 | 2E |
| Octal | 304 | 121 | 50 | 0 | 73 | 120 | 27 | 20 | 102 | 56 |
| Binary | 11000100 | 1010001 | 101000 | 0 | 111011 | 1010000 | 10111 | 10000 | 1000010 | 101110 |
Color Harmonies of #C45128
Complementary color
Monochromatic Colors of #C45128
Black with #C45128
Text Example
Text Example
White with #C45128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45128; }
p { color: rgb(196,81,40); }
H1.HeaderClassName
{
color: #C45128;
}
.AnyTagClassName
{
color: #C45128;
}
</style>
background-color css
<style>
a { background-color: #C45128; }
a { background-color: rgb(196,81,40); }
div.DivClassName
{
background-color: #C45128;
}
.BgClassName
{
background-color: #C45128;
}
</style>
border-color css
<style>
span { border-color: #C45128; }
span { border-color: rgb(196,81,40); }
td.TdClassName
{
border-color: #C45128;
}
.TagClassName
{
border-color: #C45128;
}
</style>