Shades of Trinidad #C05537
Tints of Trinidad #C05537
RGB
CMYK
RGB Variations
Color information
#C05537 (or 0xC05537) is known color: Trinidad. HEX triplet: C0, 55 and 37. RGB value is (192,85,55). Sum of RGB (Red+Green+Blue) = 192+85+55=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C05537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05537 is #3FAAC8. Grayscale: #717171. Windows color (decimal): -4172489 or 3626432. OLE color: 3626432.
HSL color Cylindrical-coordinate representation of color #C05537: hue angle of 13.14º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C05537 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 55 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.25 |
| HSL | 13.14º | 0.55% | 0.48% | - |
| HSV(B) | 13.14º | 0.71% | 0.75% | - |
| XYZ | 25.68 | 17.98 | 5.73 | - |
| YUV | 113.57 | 94.95 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 55 | 0 | 0.56 | 0.71 | 0.25 | 13.14 | 0.55 | 0.48 |
| Hex | C0 | 55 | 37 | 0 | 38 | 47 | 19 | D | 37 | 30 |
| Octal | 300 | 125 | 67 | 0 | 70 | 107 | 31 | 15 | 67 | 60 |
| Binary | 11000000 | 1010101 | 110111 | 0 | 111000 | 1000111 | 11001 | 1101 | 110111 | 110000 |
Color Harmonies of #C05537
Complementary color
Monochromatic Colors of #C05537
Black with #C05537
Text Example
Text Example
White with #C05537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05537; }
p { color: rgb(192,85,55); }
H1.HeaderClassName
{
color: #C05537;
}
.AnyTagClassName
{
color: #C05537;
}
</style>
background-color css
<style>
a { background-color: #C05537; }
a { background-color: rgb(192,85,55); }
div.DivClassName
{
background-color: #C05537;
}
.BgClassName
{
background-color: #C05537;
}
</style>
border-color css
<style>
span { border-color: #C05537; }
span { border-color: rgb(192,85,55); }
td.TdClassName
{
border-color: #C05537;
}
.TagClassName
{
border-color: #C05537;
}
</style>