Shades of Trinidad #C45238
Tints of Trinidad #C45238
RGB
CMYK
RGB Variations
Color information
#C45238 (or 0xC45238) is known color: Trinidad. HEX triplet: C4, 52 and 38. RGB value is (196,82,56). Sum of RGB (Red+Green+Blue) = 196+82+56=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C45238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45238 is #3BADC7. Grayscale: #717171. Windows color (decimal): -3911112 or 3691204. OLE color: 3691204.
HSL color Cylindrical-coordinate representation of color #C45238: hue angle of 11.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C45238 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 56 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.23 |
| HSL | 11.14º | 0.56% | 0.49% | - |
| HSV(B) | 11.14º | 0.71% | 0.77% | - |
| XYZ | 26.5 | 18.06 | 5.83 | - |
| YUV | 113.12 | 95.77 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 56 | 0 | 0.58 | 0.71 | 0.23 | 11.14 | 0.56 | 0.49 |
| Hex | C4 | 52 | 38 | 0 | 3A | 47 | 17 | B | 38 | 31 |
| Octal | 304 | 122 | 70 | 0 | 72 | 107 | 27 | 13 | 70 | 61 |
| Binary | 11000100 | 1010010 | 111000 | 0 | 111010 | 1000111 | 10111 | 1011 | 111000 | 110001 |
Color Harmonies of #C45238
Complementary color
Monochromatic Colors of #C45238
Black with #C45238
Text Example
Text Example
White with #C45238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45238; }
p { color: rgb(196,82,56); }
H1.HeaderClassName
{
color: #C45238;
}
.AnyTagClassName
{
color: #C45238;
}
</style>
background-color css
<style>
a { background-color: #C45238; }
a { background-color: rgb(196,82,56); }
div.DivClassName
{
background-color: #C45238;
}
.BgClassName
{
background-color: #C45238;
}
</style>
border-color css
<style>
span { border-color: #C45238; }
span { border-color: rgb(196,82,56); }
td.TdClassName
{
border-color: #C45238;
}
.TagClassName
{
border-color: #C45238;
}
</style>