Shades of Trinidad #C55639
Tints of Trinidad #C55639
RGB
CMYK
RGB Variations
Color information
#C55639 (or 0xC55639) is known color: Trinidad. HEX triplet: C5, 56 and 39. RGB value is (197,86,57). Sum of RGB (Red+Green+Blue) = 197+86+57=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C55639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55639 is #3AA9C6. Grayscale: #747474. Windows color (decimal): -3844551 or 3757765. OLE color: 3757765.
HSL color Cylindrical-coordinate representation of color #C55639: hue angle of 12.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C55639 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 57 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.23 |
| HSL | 12.43º | 0.55% | 0.5% | - |
| HSV(B) | 12.43º | 0.71% | 0.77% | - |
| XYZ | 27.09 | 18.82 | 6.08 | - |
| YUV | 115.88 | 94.77 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 57 | 0 | 0.56 | 0.71 | 0.23 | 12.43 | 0.55 | 0.5 |
| Hex | C5 | 56 | 39 | 0 | 38 | 47 | 17 | C | 37 | 32 |
| Octal | 305 | 126 | 71 | 0 | 70 | 107 | 27 | 14 | 67 | 62 |
| Binary | 11000101 | 1010110 | 111001 | 0 | 111000 | 1000111 | 10111 | 1100 | 110111 | 110010 |
Color Harmonies of #C55639
Complementary color
Monochromatic Colors of #C55639
Black with #C55639
Text Example
Text Example
White with #C55639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55639; }
p { color: rgb(197,86,57); }
H1.HeaderClassName
{
color: #C55639;
}
.AnyTagClassName
{
color: #C55639;
}
</style>
background-color css
<style>
a { background-color: #C55639; }
a { background-color: rgb(197,86,57); }
div.DivClassName
{
background-color: #C55639;
}
.BgClassName
{
background-color: #C55639;
}
</style>
border-color css
<style>
span { border-color: #C55639; }
span { border-color: rgb(197,86,57); }
td.TdClassName
{
border-color: #C55639;
}
.TagClassName
{
border-color: #C55639;
}
</style>