Shades of Trinidad #C65135
Tints of Trinidad #C65135
RGB
CMYK
RGB Variations
Color information
#C65135 (or 0xC65135) is known color: Trinidad. HEX triplet: C6, 51 and 35. RGB value is (198,81,53). Sum of RGB (Red+Green+Blue) = 198+81+53=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C65135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65135 is #39AECA. Grayscale: #717171. Windows color (decimal): -3780299 or 3494342. OLE color: 3494342.
HSL color Cylindrical-coordinate representation of color #C65135: hue angle of 11.59º 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 #C65135 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 53 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.22 |
| HSL | 11.59º | 0.58% | 0.49% | - |
| HSV(B) | 11.59º | 0.73% | 0.78% | - |
| XYZ | 26.87 | 18.15 | 5.45 | - |
| YUV | 112.79 | 94.26 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 53 | 0 | 0.59 | 0.73 | 0.22 | 11.59 | 0.58 | 0.49 |
| Hex | C6 | 51 | 35 | 0 | 3B | 49 | 16 | C | 3A | 31 |
| Octal | 306 | 121 | 65 | 0 | 73 | 111 | 26 | 14 | 72 | 61 |
| Binary | 11000110 | 1010001 | 110101 | 0 | 111011 | 1001001 | 10110 | 1100 | 111010 | 110001 |
Color Harmonies of #C65135
Complementary color
Monochromatic Colors of #C65135
Black with #C65135
Text Example
Text Example
White with #C65135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65135; }
p { color: rgb(198,81,53); }
H1.HeaderClassName
{
color: #C65135;
}
.AnyTagClassName
{
color: #C65135;
}
</style>
background-color css
<style>
a { background-color: #C65135; }
a { background-color: rgb(198,81,53); }
div.DivClassName
{
background-color: #C65135;
}
.BgClassName
{
background-color: #C65135;
}
</style>
border-color css
<style>
span { border-color: #C65135; }
span { border-color: rgb(198,81,53); }
td.TdClassName
{
border-color: #C65135;
}
.TagClassName
{
border-color: #C65135;
}
</style>