Shades of Trinidad #C65037
Tints of Trinidad #C65037
RGB
CMYK
RGB Variations
Color information
#C65037 (or 0xC65037) is known color: Trinidad. HEX triplet: C6, 50 and 37. RGB value is (198,80,55). Sum of RGB (Red+Green+Blue) = 198+80+55=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C65037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65037 is #39AFC8. Grayscale: #707070. Windows color (decimal): -3780553 or 3625158. OLE color: 3625158.
HSL color Cylindrical-coordinate representation of color #C65037: hue angle of 10.49º 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 #C65037 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 55 | - |
| CMYK | 0 | 0.60 | 0.72 | 0.22 |
| HSL | 10.49º | 0.57% | 0.5% | - |
| HSV(B) | 10.49º | 0.72% | 0.78% | - |
| XYZ | 26.85 | 18.02 | 5.68 | - |
| YUV | 112.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 55 | 0 | 0.60 | 0.72 | 0.22 | 10.49 | 0.57 | 0.5 |
| Hex | C6 | 50 | 37 | 0 | 3C | 48 | 16 | A | 39 | 32 |
| Octal | 306 | 120 | 67 | 0 | 74 | 110 | 26 | 12 | 71 | 62 |
| Binary | 11000110 | 1010000 | 110111 | 0 | 111100 | 1001000 | 10110 | 1010 | 111001 | 110010 |
Color Harmonies of #C65037
Complementary color
Monochromatic Colors of #C65037
Black with #C65037
Text Example
Text Example
White with #C65037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65037; }
p { color: rgb(198,80,55); }
H1.HeaderClassName
{
color: #C65037;
}
.AnyTagClassName
{
color: #C65037;
}
</style>
background-color css
<style>
a { background-color: #C65037; }
a { background-color: rgb(198,80,55); }
div.DivClassName
{
background-color: #C65037;
}
.BgClassName
{
background-color: #C65037;
}
</style>
border-color css
<style>
span { border-color: #C65037; }
span { border-color: rgb(198,80,55); }
td.TdClassName
{
border-color: #C65037;
}
.TagClassName
{
border-color: #C65037;
}
</style>