Shades of Trinidad #C65435
Tints of Trinidad #C65435
RGB
CMYK
RGB Variations
Color information
#C65435 (or 0xC65435) is known color: Trinidad. HEX triplet: C6, 54 and 35. RGB value is (198,84,53). Sum of RGB (Red+Green+Blue) = 198+84+53=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C65435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65435 is #39ABCA. Grayscale: #727272. Windows color (decimal): -3779531 or 3495110. OLE color: 3495110.
HSL color Cylindrical-coordinate representation of color #C65435: hue angle of 12.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C65435 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 53 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.22 |
| HSL | 12.83º | 0.58% | 0.49% | - |
| HSV(B) | 12.83º | 0.73% | 0.78% | - |
| XYZ | 27.1 | 18.6 | 5.53 | - |
| YUV | 114.55 | 93.27 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 53 | 0 | 0.58 | 0.73 | 0.22 | 12.83 | 0.58 | 0.49 |
| Hex | C6 | 54 | 35 | 0 | 3A | 49 | 16 | D | 3A | 31 |
| Octal | 306 | 124 | 65 | 0 | 72 | 111 | 26 | 15 | 72 | 61 |
| Binary | 11000110 | 1010100 | 110101 | 0 | 111010 | 1001001 | 10110 | 1101 | 111010 | 110001 |
Color Harmonies of #C65435
Complementary color
Monochromatic Colors of #C65435
Black with #C65435
Text Example
Text Example
White with #C65435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65435; }
p { color: rgb(198,84,53); }
H1.HeaderClassName
{
color: #C65435;
}
.AnyTagClassName
{
color: #C65435;
}
</style>
background-color css
<style>
a { background-color: #C65435; }
a { background-color: rgb(198,84,53); }
div.DivClassName
{
background-color: #C65435;
}
.BgClassName
{
background-color: #C65435;
}
</style>
border-color css
<style>
span { border-color: #C65435; }
span { border-color: rgb(198,84,53); }
td.TdClassName
{
border-color: #C65435;
}
.TagClassName
{
border-color: #C65435;
}
</style>