Shades of Trinidad #C15437
Tints of Trinidad #C15437
RGB
CMYK
RGB Variations
Color information
#C15437 (or 0xC15437) is known color: Trinidad. HEX triplet: C1, 54 and 37. RGB value is (193,84,55). Sum of RGB (Red+Green+Blue) = 193+84+55=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C15437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15437 is #3EABC8. Grayscale: #717171. Windows color (decimal): -4107209 or 3626177. OLE color: 3626177.
HSL color Cylindrical-coordinate representation of color #C15437: hue angle of 12.61º 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 #C15437 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 55 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.24 |
| HSL | 12.61º | 0.56% | 0.49% | - |
| HSV(B) | 12.61º | 0.72% | 0.76% | - |
| XYZ | 25.85 | 17.95 | 5.72 | - |
| YUV | 113.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 55 | 0 | 0.56 | 0.72 | 0.24 | 12.61 | 0.56 | 0.49 |
| Hex | C1 | 54 | 37 | 0 | 38 | 48 | 18 | D | 38 | 31 |
| Octal | 301 | 124 | 67 | 0 | 70 | 110 | 30 | 15 | 70 | 61 |
| Binary | 11000001 | 1010100 | 110111 | 0 | 111000 | 1001000 | 11000 | 1101 | 111000 | 110001 |
Color Harmonies of #C15437
Complementary color
Monochromatic Colors of #C15437
Black with #C15437
Text Example
Text Example
White with #C15437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15437; }
p { color: rgb(193,84,55); }
H1.HeaderClassName
{
color: #C15437;
}
.AnyTagClassName
{
color: #C15437;
}
</style>
background-color css
<style>
a { background-color: #C15437; }
a { background-color: rgb(193,84,55); }
div.DivClassName
{
background-color: #C15437;
}
.BgClassName
{
background-color: #C15437;
}
</style>
border-color css
<style>
span { border-color: #C15437; }
span { border-color: rgb(193,84,55); }
td.TdClassName
{
border-color: #C15437;
}
.TagClassName
{
border-color: #C15437;
}
</style>