Shades of Trinidad #C15638
Tints of Trinidad #C15638
RGB
CMYK
RGB Variations
Color information
#C15638 (or 0xC15638) is known color: Trinidad. HEX triplet: C1, 56 and 38. RGB value is (193,86,56). Sum of RGB (Red+Green+Blue) = 193+86+56=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C15638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15638 is #3EA9C7. Grayscale: #727272. Windows color (decimal): -4106696 or 3692225. OLE color: 3692225.
HSL color Cylindrical-coordinate representation of color #C15638: hue angle of 13.14º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C15638 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 56 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.24 |
| HSL | 13.14º | 0.55% | 0.49% | - |
| HSV(B) | 13.14º | 0.71% | 0.76% | - |
| XYZ | 26.03 | 18.28 | 5.9 | - |
| YUV | 114.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 56 | 0 | 0.55 | 0.71 | 0.24 | 13.14 | 0.55 | 0.49 |
| Hex | C1 | 56 | 38 | 0 | 37 | 47 | 18 | D | 37 | 31 |
| Octal | 301 | 126 | 70 | 0 | 67 | 107 | 30 | 15 | 67 | 61 |
| Binary | 11000001 | 1010110 | 111000 | 0 | 110111 | 1000111 | 11000 | 1101 | 110111 | 110001 |
Color Harmonies of #C15638
Complementary color
Monochromatic Colors of #C15638
Black with #C15638
Text Example
Text Example
White with #C15638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15638; }
p { color: rgb(193,86,56); }
H1.HeaderClassName
{
color: #C15638;
}
.AnyTagClassName
{
color: #C15638;
}
</style>
background-color css
<style>
a { background-color: #C15638; }
a { background-color: rgb(193,86,56); }
div.DivClassName
{
background-color: #C15638;
}
.BgClassName
{
background-color: #C15638;
}
</style>
border-color css
<style>
span { border-color: #C15638; }
span { border-color: rgb(193,86,56); }
td.TdClassName
{
border-color: #C15638;
}
.TagClassName
{
border-color: #C15638;
}
</style>