Shades of Trinidad #C65739
Tints of Trinidad #C65739
RGB
CMYK
RGB Variations
Color information
#C65739 (or 0xC65739) is known color: Trinidad. HEX triplet: C6, 57 and 39. RGB value is (198,87,57). Sum of RGB (Red+Green+Blue) = 198+87+57=342 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.89% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 198 - color contains mainly: red. Hex color #C65739 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65739 is #39A8C6. Grayscale: #747474. Windows color (decimal): -3778759 or 3758022. OLE color: 3758022.
HSL color Cylindrical-coordinate representation of color #C65739: hue angle of 12.77º 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 #C65739 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 57 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.22 |
| HSL | 12.77º | 0.55% | 0.5% | - |
| HSV(B) | 12.77º | 0.71% | 0.78% | - |
| XYZ | 27.44 | 19.12 | 6.11 | - |
| YUV | 116.77 | 94.27 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 57 | 0 | 0.56 | 0.71 | 0.22 | 12.77 | 0.55 | 0.5 |
| Hex | C6 | 57 | 39 | 0 | 38 | 47 | 16 | D | 37 | 32 |
| Octal | 306 | 127 | 71 | 0 | 70 | 107 | 26 | 15 | 67 | 62 |
| Binary | 11000110 | 1010111 | 111001 | 0 | 111000 | 1000111 | 10110 | 1101 | 110111 | 110010 |
Color Harmonies of #C65739
Complementary color
Monochromatic Colors of #C65739
Black with #C65739
Text Example
Text Example
White with #C65739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65739; }
p { color: rgb(198,87,57); }
H1.HeaderClassName
{
color: #C65739;
}
.AnyTagClassName
{
color: #C65739;
}
</style>
background-color css
<style>
a { background-color: #C65739; }
a { background-color: rgb(198,87,57); }
div.DivClassName
{
background-color: #C65739;
}
.BgClassName
{
background-color: #C65739;
}
</style>
border-color css
<style>
span { border-color: #C65739; }
span { border-color: rgb(198,87,57); }
td.TdClassName
{
border-color: #C65739;
}
.TagClassName
{
border-color: #C65739;
}
</style>