Shades of Trinidad #C4482E
Tints of Trinidad #C4482E
RGB
CMYK
RGB Variations
Color information
#C4482E (or 0xC4482E) is known color: Trinidad. HEX triplet: C4, 48 and 2E. RGB value is (196,72,46). Sum of RGB (Red+Green+Blue) = 196+72+46=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C4482E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4482E is #3BB7D1. Grayscale: #6A6A6A. Windows color (decimal): -3913682 or 3033284. OLE color: 3033284.
HSL color Cylindrical-coordinate representation of color #C4482E: hue angle of 10.4º degrees, saturation: 0.62, 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 #C4482E is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 46 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.23 |
| HSL | 10.4º | 0.62% | 0.47% | - |
| HSV(B) | 10.4º | 0.77% | 0.77% | - |
| XYZ | 25.58 | 16.57 | 4.43 | - |
| YUV | 106.11 | 94.08 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 46 | 0 | 0.63 | 0.77 | 0.23 | 10.4 | 0.62 | 0.47 |
| Hex | C4 | 48 | 2E | 0 | 3F | 4D | 17 | A | 3E | 2F |
| Octal | 304 | 110 | 56 | 0 | 77 | 115 | 27 | 12 | 76 | 57 |
| Binary | 11000100 | 1001000 | 101110 | 0 | 111111 | 1001101 | 10111 | 1010 | 111110 | 101111 |
Color Harmonies of #C4482E
Complementary color
Monochromatic Colors of #C4482E
Black with #C4482E
Text Example
Text Example
White with #C4482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4482E; }
p { color: rgb(196,72,46); }
H1.HeaderClassName
{
color: #C4482E;
}
.AnyTagClassName
{
color: #C4482E;
}
</style>
background-color css
<style>
a { background-color: #C4482E; }
a { background-color: rgb(196,72,46); }
div.DivClassName
{
background-color: #C4482E;
}
.BgClassName
{
background-color: #C4482E;
}
</style>
border-color css
<style>
span { border-color: #C4482E; }
span { border-color: rgb(196,72,46); }
td.TdClassName
{
border-color: #C4482E;
}
.TagClassName
{
border-color: #C4482E;
}
</style>