Shades of Trinidad #C45839
Tints of Trinidad #C45839
RGB
CMYK
RGB Variations
Color information
#C45839 (or 0xC45839) is known color: Trinidad. HEX triplet: C4, 58 and 39. RGB value is (196,88,57). Sum of RGB (Red+Green+Blue) = 196+88+57=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C45839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45839 is #3BA7C6. Grayscale: #747474. Windows color (decimal): -3909575 or 3758276. OLE color: 3758276.
HSL color Cylindrical-coordinate representation of color #C45839: hue angle of 13.38º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C45839 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 57 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.23 |
| HSL | 13.38º | 0.55% | 0.5% | - |
| HSV(B) | 13.38º | 0.71% | 0.77% | - |
| XYZ | 26.99 | 19.01 | 6.12 | - |
| YUV | 116.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 57 | 0 | 0.55 | 0.71 | 0.23 | 13.38 | 0.55 | 0.5 |
| Hex | C4 | 58 | 39 | 0 | 37 | 47 | 17 | D | 37 | 32 |
| Octal | 304 | 130 | 71 | 0 | 67 | 107 | 27 | 15 | 67 | 62 |
| Binary | 11000100 | 1011000 | 111001 | 0 | 110111 | 1000111 | 10111 | 1101 | 110111 | 110010 |
Color Harmonies of #C45839
Complementary color
Monochromatic Colors of #C45839
Black with #C45839
Text Example
Text Example
White with #C45839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45839; }
p { color: rgb(196,88,57); }
H1.HeaderClassName
{
color: #C45839;
}
.AnyTagClassName
{
color: #C45839;
}
</style>
background-color css
<style>
a { background-color: #C45839; }
a { background-color: rgb(196,88,57); }
div.DivClassName
{
background-color: #C45839;
}
.BgClassName
{
background-color: #C45839;
}
</style>
border-color css
<style>
span { border-color: #C45839; }
span { border-color: rgb(196,88,57); }
td.TdClassName
{
border-color: #C45839;
}
.TagClassName
{
border-color: #C45839;
}
</style>