Shades of Trinidad #C44628
Tints of Trinidad #C44628
RGB
CMYK
RGB Variations
Color information
#C44628 (or 0xC44628) is known color: Trinidad. HEX triplet: C4, 46 and 28. RGB value is (196,70,40). Sum of RGB (Red+Green+Blue) = 196+70+40=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C44628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44628 is #3BB9D7. Grayscale: #686868. Windows color (decimal): -3914200 or 2639556. OLE color: 2639556.
HSL color Cylindrical-coordinate representation of color #C44628: hue angle of 11.54º 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 #C44628 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 40 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.23 |
| HSL | 11.54º | 0.66% | 0.46% | - |
| HSV(B) | 11.54º | 0.8% | 0.77% | - |
| XYZ | 25.34 | 16.27 | 3.81 | - |
| YUV | 104.25 | 91.74 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 40 | 0 | 0.64 | 0.80 | 0.23 | 11.54 | 0.66 | 0.46 |
| Hex | C4 | 46 | 28 | 0 | 40 | 50 | 17 | C | 42 | 2E |
| Octal | 304 | 106 | 50 | 0 | 100 | 120 | 27 | 14 | 102 | 56 |
| Binary | 11000100 | 1000110 | 101000 | 0 | 1000000 | 1010000 | 10111 | 1100 | 1000010 | 101110 |
Color Harmonies of #C44628
Complementary color
Monochromatic Colors of #C44628
Black with #C44628
Text Example
Text Example
White with #C44628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44628; }
p { color: rgb(196,70,40); }
H1.HeaderClassName
{
color: #C44628;
}
.AnyTagClassName
{
color: #C44628;
}
</style>
background-color css
<style>
a { background-color: #C44628; }
a { background-color: rgb(196,70,40); }
div.DivClassName
{
background-color: #C44628;
}
.BgClassName
{
background-color: #C44628;
}
</style>
border-color css
<style>
span { border-color: #C44628; }
span { border-color: rgb(196,70,40); }
td.TdClassName
{
border-color: #C44628;
}
.TagClassName
{
border-color: #C44628;
}
</style>