Shades of Trinidad #C4472E
Tints of Trinidad #C4472E
RGB
CMYK
RGB Variations
Color information
#C4472E (or 0xC4472E) is known color: Trinidad. HEX triplet: C4, 47 and 2E. RGB value is (196,71,46). Sum of RGB (Red+Green+Blue) = 196+71+46=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 71 (28.12% from 255 or 22.68% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C4472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4472E is #3BB8D1. Grayscale: #696969. Windows color (decimal): -3913938 or 3033028. OLE color: 3033028.
HSL color Cylindrical-coordinate representation of color #C4472E: hue angle of 10º 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 #C4472E is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 46 | - |
| CMYK | 0 | 0.64 | 0.77 | 0.23 |
| HSL | 10º | 0.62% | 0.47% | - |
| HSV(B) | 10º | 0.77% | 0.77% | - |
| XYZ | 25.51 | 16.44 | 4.41 | - |
| YUV | 105.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 46 | 0 | 0.64 | 0.77 | 0.23 | 10 | 0.62 | 0.47 |
| Hex | C4 | 47 | 2E | 0 | 40 | 4D | 17 | A | 3E | 2F |
| Octal | 304 | 107 | 56 | 0 | 100 | 115 | 27 | 12 | 76 | 57 |
| Binary | 11000100 | 1000111 | 101110 | 0 | 1000000 | 1001101 | 10111 | 1010 | 111110 | 101111 |
Color Harmonies of #C4472E
Complementary color
Monochromatic Colors of #C4472E
Black with #C4472E
Text Example
Text Example
White with #C4472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4472E; }
p { color: rgb(196,71,46); }
H1.HeaderClassName
{
color: #C4472E;
}
.AnyTagClassName
{
color: #C4472E;
}
</style>
background-color css
<style>
a { background-color: #C4472E; }
a { background-color: rgb(196,71,46); }
div.DivClassName
{
background-color: #C4472E;
}
.BgClassName
{
background-color: #C4472E;
}
</style>
border-color css
<style>
span { border-color: #C4472E; }
span { border-color: rgb(196,71,46); }
td.TdClassName
{
border-color: #C4472E;
}
.TagClassName
{
border-color: #C4472E;
}
</style>