Shades of Trinidad #C65138
Tints of Trinidad #C65138
RGB
CMYK
RGB Variations
Color information
#C65138 (or 0xC65138) is known color: Trinidad. HEX triplet: C6, 51 and 38. RGB value is (198,81,56). Sum of RGB (Red+Green+Blue) = 198+81+56=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C65138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65138 is #39AEC7. Grayscale: #717171. Windows color (decimal): -3780296 or 3690950. OLE color: 3690950.
HSL color Cylindrical-coordinate representation of color #C65138: hue angle of 10.56º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C65138 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 56 | - |
| CMYK | 0 | 0.59 | 0.72 | 0.22 |
| HSL | 10.56º | 0.56% | 0.5% | - |
| HSV(B) | 10.56º | 0.72% | 0.78% | - |
| XYZ | 26.94 | 18.18 | 5.83 | - |
| YUV | 113.13 | 95.76 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 56 | 0 | 0.59 | 0.72 | 0.22 | 10.56 | 0.56 | 0.5 |
| Hex | C6 | 51 | 38 | 0 | 3B | 48 | 16 | B | 38 | 32 |
| Octal | 306 | 121 | 70 | 0 | 73 | 110 | 26 | 13 | 70 | 62 |
| Binary | 11000110 | 1010001 | 111000 | 0 | 111011 | 1001000 | 10110 | 1011 | 111000 | 110010 |
Color Harmonies of #C65138
Complementary color
Monochromatic Colors of #C65138
Black with #C65138
Text Example
Text Example
White with #C65138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65138; }
p { color: rgb(198,81,56); }
H1.HeaderClassName
{
color: #C65138;
}
.AnyTagClassName
{
color: #C65138;
}
</style>
background-color css
<style>
a { background-color: #C65138; }
a { background-color: rgb(198,81,56); }
div.DivClassName
{
background-color: #C65138;
}
.BgClassName
{
background-color: #C65138;
}
</style>
border-color css
<style>
span { border-color: #C65138; }
span { border-color: rgb(198,81,56); }
td.TdClassName
{
border-color: #C65138;
}
.TagClassName
{
border-color: #C65138;
}
</style>