Shades of Trinidad #C65737
Tints of Trinidad #C65737
RGB
CMYK
RGB Variations
Color information
#C65737 (or 0xC65737) is known color: Trinidad. HEX triplet: C6, 57 and 37. RGB value is (198,87,55). Sum of RGB (Red+Green+Blue) = 198+87+55=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C65737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65737 is #39A8C8. Grayscale: #747474. Windows color (decimal): -3778761 or 3626950. OLE color: 3626950.
HSL color Cylindrical-coordinate representation of color #C65737: hue angle of 13.43º degrees, saturation: 0.57, 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 #C65737 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 55 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.22 |
| HSL | 13.43º | 0.57% | 0.5% | - |
| HSV(B) | 13.43º | 0.72% | 0.78% | - |
| XYZ | 27.39 | 19.1 | 5.86 | - |
| YUV | 116.54 | 93.27 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 55 | 0 | 0.56 | 0.72 | 0.22 | 13.43 | 0.57 | 0.5 |
| Hex | C6 | 57 | 37 | 0 | 38 | 48 | 16 | D | 39 | 32 |
| Octal | 306 | 127 | 67 | 0 | 70 | 110 | 26 | 15 | 71 | 62 |
| Binary | 11000110 | 1010111 | 110111 | 0 | 111000 | 1001000 | 10110 | 1101 | 111001 | 110010 |
Color Harmonies of #C65737
Complementary color
Monochromatic Colors of #C65737
Black with #C65737
Text Example
Text Example
White with #C65737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65737; }
p { color: rgb(198,87,55); }
H1.HeaderClassName
{
color: #C65737;
}
.AnyTagClassName
{
color: #C65737;
}
</style>
background-color css
<style>
a { background-color: #C65737; }
a { background-color: rgb(198,87,55); }
div.DivClassName
{
background-color: #C65737;
}
.BgClassName
{
background-color: #C65737;
}
</style>
border-color css
<style>
span { border-color: #C65737; }
span { border-color: rgb(198,87,55); }
td.TdClassName
{
border-color: #C65737;
}
.TagClassName
{
border-color: #C65737;
}
</style>