Shades of Trinidad #C15737
Tints of Trinidad #C15737
RGB
CMYK
RGB Variations
Color information
#C15737 (or 0xC15737) is known color: Trinidad. HEX triplet: C1, 57 and 37. RGB value is (193,87,55). Sum of RGB (Red+Green+Blue) = 193+87+55=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C15737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15737 is #3EA8C8. Grayscale: #737373. Windows color (decimal): -4106441 or 3626945. OLE color: 3626945.
HSL color Cylindrical-coordinate representation of color #C15737: hue angle of 13.91º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C15737 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 87 | 55 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.24 |
| HSL | 13.91º | 0.56% | 0.49% | - |
| HSV(B) | 13.91º | 0.72% | 0.76% | - |
| XYZ | 26.09 | 18.43 | 5.8 | - |
| YUV | 115.05 | 94.12 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 87 | 55 | 0 | 0.55 | 0.72 | 0.24 | 13.91 | 0.56 | 0.49 |
| Hex | C1 | 57 | 37 | 0 | 37 | 48 | 18 | E | 38 | 31 |
| Octal | 301 | 127 | 67 | 0 | 67 | 110 | 30 | 16 | 70 | 61 |
| Binary | 11000001 | 1010111 | 110111 | 0 | 110111 | 1001000 | 11000 | 1110 | 111000 | 110001 |
Color Harmonies of #C15737
Complementary color
Monochromatic Colors of #C15737
Black with #C15737
Text Example
Text Example
White with #C15737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15737; }
p { color: rgb(193,87,55); }
H1.HeaderClassName
{
color: #C15737;
}
.AnyTagClassName
{
color: #C15737;
}
</style>
background-color css
<style>
a { background-color: #C15737; }
a { background-color: rgb(193,87,55); }
div.DivClassName
{
background-color: #C15737;
}
.BgClassName
{
background-color: #C15737;
}
</style>
border-color css
<style>
span { border-color: #C15737; }
span { border-color: rgb(193,87,55); }
td.TdClassName
{
border-color: #C15737;
}
.TagClassName
{
border-color: #C15737;
}
</style>