Shades of Trinidad #C65538
Tints of Trinidad #C65538
RGB
CMYK
RGB Variations
Color information
#C65538 (or 0xC65538) is known color: Trinidad. HEX triplet: C6, 55 and 38. RGB value is (198,85,56). Sum of RGB (Red+Green+Blue) = 198+85+56=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 56 (22.27% from 255 or 16.52% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C65538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65538 is #39AAC7. Grayscale: #737373. Windows color (decimal): -3779272 or 3691974. OLE color: 3691974.
HSL color Cylindrical-coordinate representation of color #C65538: hue angle of 12.25º 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 #C65538 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 56 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.22 |
| HSL | 12.25º | 0.56% | 0.5% | - |
| HSV(B) | 12.25º | 0.72% | 0.78% | - |
| XYZ | 27.25 | 18.79 | 5.93 | - |
| YUV | 115.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 56 | 0 | 0.57 | 0.72 | 0.22 | 12.25 | 0.56 | 0.5 |
| Hex | C6 | 55 | 38 | 0 | 39 | 48 | 16 | C | 38 | 32 |
| Octal | 306 | 125 | 70 | 0 | 71 | 110 | 26 | 14 | 70 | 62 |
| Binary | 11000110 | 1010101 | 111000 | 0 | 111001 | 1001000 | 10110 | 1100 | 111000 | 110010 |
Color Harmonies of #C65538
Complementary color
Monochromatic Colors of #C65538
Black with #C65538
Text Example
Text Example
White with #C65538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65538; }
p { color: rgb(198,85,56); }
H1.HeaderClassName
{
color: #C65538;
}
.AnyTagClassName
{
color: #C65538;
}
</style>
background-color css
<style>
a { background-color: #C65538; }
a { background-color: rgb(198,85,56); }
div.DivClassName
{
background-color: #C65538;
}
.BgClassName
{
background-color: #C65538;
}
</style>
border-color css
<style>
span { border-color: #C65538; }
span { border-color: rgb(198,85,56); }
td.TdClassName
{
border-color: #C65538;
}
.TagClassName
{
border-color: #C65538;
}
</style>