Shades of Trinidad #C45131
Tints of Trinidad #C45131
RGB
CMYK
RGB Variations
Color information
#C45131 (or 0xC45131) is known color: Trinidad. HEX triplet: C4, 51 and 31. RGB value is (196,81,49). Sum of RGB (Red+Green+Blue) = 196+81+49=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C45131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45131 is #3BAECE. Grayscale: #6F6F6F. Windows color (decimal): -3911375 or 3232196. OLE color: 3232196.
HSL color Cylindrical-coordinate representation of color #C45131: hue angle of 13.06º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C45131 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 49 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.23 |
| HSL | 13.06º | 0.6% | 0.48% | - |
| HSV(B) | 13.06º | 0.75% | 0.77% | - |
| XYZ | 26.26 | 17.84 | 4.97 | - |
| YUV | 111.74 | 92.6 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 49 | 0 | 0.59 | 0.75 | 0.23 | 13.06 | 0.6 | 0.48 |
| Hex | C4 | 51 | 31 | 0 | 3B | 4B | 17 | D | 3C | 30 |
| Octal | 304 | 121 | 61 | 0 | 73 | 113 | 27 | 15 | 74 | 60 |
| Binary | 11000100 | 1010001 | 110001 | 0 | 111011 | 1001011 | 10111 | 1101 | 111100 | 110000 |
Color Harmonies of #C45131
Complementary color
Monochromatic Colors of #C45131
Black with #C45131
Text Example
Text Example
White with #C45131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45131; }
p { color: rgb(196,81,49); }
H1.HeaderClassName
{
color: #C45131;
}
.AnyTagClassName
{
color: #C45131;
}
</style>
background-color css
<style>
a { background-color: #C45131; }
a { background-color: rgb(196,81,49); }
div.DivClassName
{
background-color: #C45131;
}
.BgClassName
{
background-color: #C45131;
}
</style>
border-color css
<style>
span { border-color: #C45131; }
span { border-color: rgb(196,81,49); }
td.TdClassName
{
border-color: #C45131;
}
.TagClassName
{
border-color: #C45131;
}
</style>