Shades of Trinidad #C15135
Tints of Trinidad #C15135
RGB
CMYK
RGB Variations
Color information
#C15135 (or 0xC15135) is known color: Trinidad. HEX triplet: C1, 51 and 35. RGB value is (193,81,53). Sum of RGB (Red+Green+Blue) = 193+81+53=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C15135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15135 is #3EAECA. Grayscale: #6F6F6F. Windows color (decimal): -4107979 or 3494337. OLE color: 3494337.
HSL color Cylindrical-coordinate representation of color #C15135: hue angle of 12º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C15135 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 53 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.24 |
| HSL | 12º | 0.57% | 0.48% | - |
| HSV(B) | 12º | 0.73% | 0.76% | - |
| XYZ | 25.58 | 17.48 | 5.39 | - |
| YUV | 111.3 | 95.11 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 53 | 0 | 0.58 | 0.73 | 0.24 | 12 | 0.57 | 0.48 |
| Hex | C1 | 51 | 35 | 0 | 3A | 49 | 18 | C | 39 | 30 |
| Octal | 301 | 121 | 65 | 0 | 72 | 111 | 30 | 14 | 71 | 60 |
| Binary | 11000001 | 1010001 | 110101 | 0 | 111010 | 1001001 | 11000 | 1100 | 111001 | 110000 |
Color Harmonies of #C15135
Complementary color
Monochromatic Colors of #C15135
Black with #C15135
Text Example
Text Example
White with #C15135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15135; }
p { color: rgb(193,81,53); }
H1.HeaderClassName
{
color: #C15135;
}
.AnyTagClassName
{
color: #C15135;
}
</style>
background-color css
<style>
a { background-color: #C15135; }
a { background-color: rgb(193,81,53); }
div.DivClassName
{
background-color: #C15135;
}
.BgClassName
{
background-color: #C15135;
}
</style>
border-color css
<style>
span { border-color: #C15135; }
span { border-color: rgb(193,81,53); }
td.TdClassName
{
border-color: #C15135;
}
.TagClassName
{
border-color: #C15135;
}
</style>