Shades of Trinidad #C65624
Tints of Trinidad #C65624
RGB
CMYK
RGB Variations
Color information
#C65624 (or 0xC65624) is known color: Trinidad. HEX triplet: C6, 56 and 24. RGB value is (198,86,36). Sum of RGB (Red+Green+Blue) = 198+86+36=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C65624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65624 is #39A9DB. Grayscale: #727272. Windows color (decimal): -3779036 or 2381510. OLE color: 2381510.
HSL color Cylindrical-coordinate representation of color #C65624: hue angle of 18.52º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C65624 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 36 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.22 |
| HSL | 18.52º | 0.69% | 0.46% | - |
| HSV(B) | 18.52º | 0.82% | 0.78% | - |
| XYZ | 26.93 | 18.79 | 3.88 | - |
| YUV | 113.79 | 84.11 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 36 | 0 | 0.57 | 0.82 | 0.22 | 18.52 | 0.69 | 0.46 |
| Hex | C6 | 56 | 24 | 0 | 39 | 52 | 16 | 13 | 45 | 2E |
| Octal | 306 | 126 | 44 | 0 | 71 | 122 | 26 | 23 | 105 | 56 |
| Binary | 11000110 | 1010110 | 100100 | 0 | 111001 | 1010010 | 10110 | 10011 | 1000101 | 101110 |
Color Harmonies of #C65624
Complementary color
Monochromatic Colors of #C65624
Black with #C65624
Text Example
Text Example
White with #C65624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65624; }
p { color: rgb(198,86,36); }
H1.HeaderClassName
{
color: #C65624;
}
.AnyTagClassName
{
color: #C65624;
}
</style>
background-color css
<style>
a { background-color: #C65624; }
a { background-color: rgb(198,86,36); }
div.DivClassName
{
background-color: #C65624;
}
.BgClassName
{
background-color: #C65624;
}
</style>
border-color css
<style>
span { border-color: #C65624; }
span { border-color: rgb(198,86,36); }
td.TdClassName
{
border-color: #C65624;
}
.TagClassName
{
border-color: #C65624;
}
</style>