Shades of Trinidad #C65631
Tints of Trinidad #C65631
RGB
CMYK
RGB Variations
Color information
#C65631 (or 0xC65631) is known color: Trinidad. HEX triplet: C6, 56 and 31. RGB value is (198,86,49). Sum of RGB (Red+Green+Blue) = 198+86+49=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C65631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65631 is #39A9CE. Grayscale: #737373. Windows color (decimal): -3779023 or 3233478. OLE color: 3233478.
HSL color Cylindrical-coordinate representation of color #C65631: hue angle of 14.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C65631 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 49 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.22 |
| HSL | 14.9º | 0.6% | 0.48% | - |
| HSV(B) | 14.9º | 0.75% | 0.78% | - |
| XYZ | 27.17 | 18.88 | 5.12 | - |
| YUV | 115.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 49 | 0 | 0.57 | 0.75 | 0.22 | 14.9 | 0.6 | 0.48 |
| Hex | C6 | 56 | 31 | 0 | 39 | 4B | 16 | F | 3C | 30 |
| Octal | 306 | 126 | 61 | 0 | 71 | 113 | 26 | 17 | 74 | 60 |
| Binary | 11000110 | 1010110 | 110001 | 0 | 111001 | 1001011 | 10110 | 1111 | 111100 | 110000 |
Color Harmonies of #C65631
Complementary color
Monochromatic Colors of #C65631
Black with #C65631
Text Example
Text Example
White with #C65631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65631; }
p { color: rgb(198,86,49); }
H1.HeaderClassName
{
color: #C65631;
}
.AnyTagClassName
{
color: #C65631;
}
</style>
background-color css
<style>
a { background-color: #C65631; }
a { background-color: rgb(198,86,49); }
div.DivClassName
{
background-color: #C65631;
}
.BgClassName
{
background-color: #C65631;
}
</style>
border-color css
<style>
span { border-color: #C65631; }
span { border-color: rgb(198,86,49); }
td.TdClassName
{
border-color: #C65631;
}
.TagClassName
{
border-color: #C65631;
}
</style>