Shades of Trinidad #C45626
Tints of Trinidad #C45626
RGB
CMYK
RGB Variations
Color information
#C45626 (or 0xC45626) is known color: Trinidad. HEX triplet: C4, 56 and 26. RGB value is (196,86,38). Sum of RGB (Red+Green+Blue) = 196+86+38=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C45626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45626 is #3BA9D9. Grayscale: #717171. Windows color (decimal): -3910106 or 2512580. OLE color: 2512580.
HSL color Cylindrical-coordinate representation of color #C45626: hue angle of 18.23º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C45626 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 38 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.23 |
| HSL | 18.23º | 0.68% | 0.46% | - |
| HSV(B) | 18.23º | 0.81% | 0.77% | - |
| XYZ | 26.44 | 18.53 | 4.02 | - |
| YUV | 113.42 | 85.44 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 38 | 0 | 0.56 | 0.81 | 0.23 | 18.23 | 0.68 | 0.46 |
| Hex | C4 | 56 | 26 | 0 | 38 | 51 | 17 | 12 | 44 | 2E |
| Octal | 304 | 126 | 46 | 0 | 70 | 121 | 27 | 22 | 104 | 56 |
| Binary | 11000100 | 1010110 | 100110 | 0 | 111000 | 1010001 | 10111 | 10010 | 1000100 | 101110 |
Color Harmonies of #C45626
Complementary color
Monochromatic Colors of #C45626
Black with #C45626
Text Example
Text Example
White with #C45626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45626; }
p { color: rgb(196,86,38); }
H1.HeaderClassName
{
color: #C45626;
}
.AnyTagClassName
{
color: #C45626;
}
</style>
background-color css
<style>
a { background-color: #C45626; }
a { background-color: rgb(196,86,38); }
div.DivClassName
{
background-color: #C45626;
}
.BgClassName
{
background-color: #C45626;
}
</style>
border-color css
<style>
span { border-color: #C45626; }
span { border-color: rgb(196,86,38); }
td.TdClassName
{
border-color: #C45626;
}
.TagClassName
{
border-color: #C45626;
}
</style>