Shades of Trinidad #C65539
Tints of Trinidad #C65539
RGB
CMYK
RGB Variations
Color information
#C65539 (or 0xC65539) is known color: Trinidad. HEX triplet: C6, 55 and 39. RGB value is (198,85,57). Sum of RGB (Red+Green+Blue) = 198+85+57=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C65539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65539 is #39AAC6. Grayscale: #737373. Windows color (decimal): -3779271 or 3757510. OLE color: 3757510.
HSL color Cylindrical-coordinate representation of color #C65539: hue angle of 11.91º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C65539 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 57 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.22 |
| HSL | 11.91º | 0.55% | 0.5% | - |
| HSV(B) | 11.91º | 0.71% | 0.78% | - |
| XYZ | 27.28 | 18.8 | 6.06 | - |
| YUV | 115.6 | 94.94 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 57 | 0 | 0.57 | 0.71 | 0.22 | 11.91 | 0.55 | 0.5 |
| Hex | C6 | 55 | 39 | 0 | 39 | 47 | 16 | C | 37 | 32 |
| Octal | 306 | 125 | 71 | 0 | 71 | 107 | 26 | 14 | 67 | 62 |
| Binary | 11000110 | 1010101 | 111001 | 0 | 111001 | 1000111 | 10110 | 1100 | 110111 | 110010 |
Color Harmonies of #C65539
Complementary color
Monochromatic Colors of #C65539
Black with #C65539
Text Example
Text Example
White with #C65539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65539; }
p { color: rgb(198,85,57); }
H1.HeaderClassName
{
color: #C65539;
}
.AnyTagClassName
{
color: #C65539;
}
</style>
background-color css
<style>
a { background-color: #C65539; }
a { background-color: rgb(198,85,57); }
div.DivClassName
{
background-color: #C65539;
}
.BgClassName
{
background-color: #C65539;
}
</style>
border-color css
<style>
span { border-color: #C65539; }
span { border-color: rgb(198,85,57); }
td.TdClassName
{
border-color: #C65539;
}
.TagClassName
{
border-color: #C65539;
}
</style>