Shades of Trinidad #C15839
Tints of Trinidad #C15839
RGB
CMYK
RGB Variations
Color information
#C15839 (or 0xC15839) is known color: Trinidad. HEX triplet: C1, 58 and 39. RGB value is (193,88,57). Sum of RGB (Red+Green+Blue) = 193+88+57=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C15839 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15839 is #3EA7C6. Grayscale: #747474. Windows color (decimal): -4106183 or 3758273. OLE color: 3758273.
HSL color Cylindrical-coordinate representation of color #C15839: hue angle of 13.68º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C15839 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 57 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.24 |
| HSL | 13.68º | 0.54% | 0.49% | - |
| HSV(B) | 13.68º | 0.7% | 0.76% | - |
| XYZ | 26.22 | 18.61 | 6.08 | - |
| YUV | 115.86 | 94.79 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 57 | 0 | 0.54 | 0.70 | 0.24 | 13.68 | 0.54 | 0.49 |
| Hex | C1 | 58 | 39 | 0 | 36 | 46 | 18 | E | 36 | 31 |
| Octal | 301 | 130 | 71 | 0 | 66 | 106 | 30 | 16 | 66 | 61 |
| Binary | 11000001 | 1011000 | 111001 | 0 | 110110 | 1000110 | 11000 | 1110 | 110110 | 110001 |
Color Harmonies of #C15839
Complementary color
Monochromatic Colors of #C15839
Black with #C15839
Text Example
Text Example
White with #C15839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15839; }
p { color: rgb(193,88,57); }
H1.HeaderClassName
{
color: #C15839;
}
.AnyTagClassName
{
color: #C15839;
}
</style>
background-color css
<style>
a { background-color: #C15839; }
a { background-color: rgb(193,88,57); }
div.DivClassName
{
background-color: #C15839;
}
.BgClassName
{
background-color: #C15839;
}
</style>
border-color css
<style>
span { border-color: #C15839; }
span { border-color: rgb(193,88,57); }
td.TdClassName
{
border-color: #C15839;
}
.TagClassName
{
border-color: #C15839;
}
</style>