Shades of Trinidad #C65226
Tints of Trinidad #C65226
RGB
CMYK
RGB Variations
Color information
#C65226 (or 0xC65226) is known color: Trinidad. HEX triplet: C6, 52 and 26. RGB value is (198,82,38). Sum of RGB (Red+Green+Blue) = 198+82+38=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C65226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65226 is #39ADD9. Grayscale: #6F6F6F. Windows color (decimal): -3780058 or 2511558. OLE color: 2511558.
HSL color Cylindrical-coordinate representation of color #C65226: hue angle of 16.5º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C65226 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 38 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.22 |
| HSL | 16.5º | 0.68% | 0.46% | - |
| HSV(B) | 16.5º | 0.81% | 0.78% | - |
| XYZ | 26.66 | 18.18 | 3.94 | - |
| YUV | 111.67 | 86.43 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 38 | 0 | 0.59 | 0.81 | 0.22 | 16.5 | 0.68 | 0.46 |
| Hex | C6 | 52 | 26 | 0 | 3B | 51 | 16 | 10 | 44 | 2E |
| Octal | 306 | 122 | 46 | 0 | 73 | 121 | 26 | 20 | 104 | 56 |
| Binary | 11000110 | 1010010 | 100110 | 0 | 111011 | 1010001 | 10110 | 10000 | 1000100 | 101110 |
Color Harmonies of #C65226
Complementary color
Monochromatic Colors of #C65226
Black with #C65226
Text Example
Text Example
White with #C65226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65226; }
p { color: rgb(198,82,38); }
H1.HeaderClassName
{
color: #C65226;
}
.AnyTagClassName
{
color: #C65226;
}
</style>
background-color css
<style>
a { background-color: #C65226; }
a { background-color: rgb(198,82,38); }
div.DivClassName
{
background-color: #C65226;
}
.BgClassName
{
background-color: #C65226;
}
</style>
border-color css
<style>
span { border-color: #C65226; }
span { border-color: rgb(198,82,38); }
td.TdClassName
{
border-color: #C65226;
}
.TagClassName
{
border-color: #C65226;
}
</style>