Shades of Trinidad #C4492D
Tints of Trinidad #C4492D
RGB
CMYK
RGB Variations
Color information
#C4492D (or 0xC4492D) is known color: Trinidad. HEX triplet: C4, 49 and 2D. RGB value is (196,73,45). Sum of RGB (Red+Green+Blue) = 196+73+45=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C4492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4492D is #3BB6D2. Grayscale: #6A6A6A. Windows color (decimal): -3913427 or 2968004. OLE color: 2968004.
HSL color Cylindrical-coordinate representation of color #C4492D: hue angle of 11.13º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4492D is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 45 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.23 |
| HSL | 11.13º | 0.63% | 0.47% | - |
| HSV(B) | 11.13º | 0.77% | 0.77% | - |
| XYZ | 25.62 | 16.69 | 4.35 | - |
| YUV | 106.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 45 | 0 | 0.63 | 0.77 | 0.23 | 11.13 | 0.63 | 0.47 |
| Hex | C4 | 49 | 2D | 0 | 3F | 4D | 17 | B | 3F | 2F |
| Octal | 304 | 111 | 55 | 0 | 77 | 115 | 27 | 13 | 77 | 57 |
| Binary | 11000100 | 1001001 | 101101 | 0 | 111111 | 1001101 | 10111 | 1011 | 111111 | 101111 |
Color Harmonies of #C4492D
Complementary color
Monochromatic Colors of #C4492D
Black with #C4492D
Text Example
Text Example
White with #C4492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4492D; }
p { color: rgb(196,73,45); }
H1.HeaderClassName
{
color: #C4492D;
}
.AnyTagClassName
{
color: #C4492D;
}
</style>
background-color css
<style>
a { background-color: #C4492D; }
a { background-color: rgb(196,73,45); }
div.DivClassName
{
background-color: #C4492D;
}
.BgClassName
{
background-color: #C4492D;
}
</style>
border-color css
<style>
span { border-color: #C4492D; }
span { border-color: rgb(196,73,45); }
td.TdClassName
{
border-color: #C4492D;
}
.TagClassName
{
border-color: #C4492D;
}
</style>