Shades of Trinidad #C65526
Tints of Trinidad #C65526
RGB
CMYK
RGB Variations
Color information
#C65526 (or 0xC65526) is known color: Trinidad. HEX triplet: C6, 55 and 26. RGB value is (198,85,38). Sum of RGB (Red+Green+Blue) = 198+85+38=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C65526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65526 is #39AAD9. Grayscale: #717171. Windows color (decimal): -3779290 or 2512326. OLE color: 2512326.
HSL color Cylindrical-coordinate representation of color #C65526: hue angle of 17.62º 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 #C65526 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 38 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.22 |
| HSL | 17.63º | 0.68% | 0.46% | - |
| HSV(B) | 17.63º | 0.81% | 0.78% | - |
| XYZ | 26.89 | 18.64 | 4.02 | - |
| YUV | 113.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 38 | 0 | 0.57 | 0.81 | 0.22 | 17.63 | 0.68 | 0.46 |
| Hex | C6 | 55 | 26 | 0 | 39 | 51 | 16 | 12 | 44 | 2E |
| Octal | 306 | 125 | 46 | 0 | 71 | 121 | 26 | 22 | 104 | 56 |
| Binary | 11000110 | 1010101 | 100110 | 0 | 111001 | 1010001 | 10110 | 10010 | 1000100 | 101110 |
Color Harmonies of #C65526
Complementary color
Monochromatic Colors of #C65526
Black with #C65526
Text Example
Text Example
White with #C65526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65526; }
p { color: rgb(198,85,38); }
H1.HeaderClassName
{
color: #C65526;
}
.AnyTagClassName
{
color: #C65526;
}
</style>
background-color css
<style>
a { background-color: #C65526; }
a { background-color: rgb(198,85,38); }
div.DivClassName
{
background-color: #C65526;
}
.BgClassName
{
background-color: #C65526;
}
</style>
border-color css
<style>
span { border-color: #C65526; }
span { border-color: rgb(198,85,38); }
td.TdClassName
{
border-color: #C65526;
}
.TagClassName
{
border-color: #C65526;
}
</style>