Shades of Trinidad #C55728
Tints of Trinidad #C55728
RGB
CMYK
RGB Variations
Color information
#C55728 (or 0xC55728) is known color: Trinidad. HEX triplet: C5, 57 and 28. RGB value is (197,87,40). Sum of RGB (Red+Green+Blue) = 197+87+40=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C55728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55728 is #3AA8D7. Grayscale: #727272. Windows color (decimal): -3844312 or 2643909. OLE color: 2643909.
HSL color Cylindrical-coordinate representation of color #C55728: hue angle of 17.96º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C55728 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 40 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.23 |
| HSL | 17.96º | 0.66% | 0.46% | - |
| HSV(B) | 17.96º | 0.8% | 0.77% | - |
| XYZ | 26.82 | 18.84 | 4.23 | - |
| YUV | 114.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 40 | 0 | 0.56 | 0.80 | 0.23 | 17.96 | 0.66 | 0.46 |
| Hex | C5 | 57 | 28 | 0 | 38 | 50 | 17 | 12 | 42 | 2E |
| Octal | 305 | 127 | 50 | 0 | 70 | 120 | 27 | 22 | 102 | 56 |
| Binary | 11000101 | 1010111 | 101000 | 0 | 111000 | 1010000 | 10111 | 10010 | 1000010 | 101110 |
Color Harmonies of #C55728
Complementary color
Monochromatic Colors of #C55728
Black with #C55728
Text Example
Text Example
White with #C55728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55728; }
p { color: rgb(197,87,40); }
H1.HeaderClassName
{
color: #C55728;
}
.AnyTagClassName
{
color: #C55728;
}
</style>
background-color css
<style>
a { background-color: #C55728; }
a { background-color: rgb(197,87,40); }
div.DivClassName
{
background-color: #C55728;
}
.BgClassName
{
background-color: #C55728;
}
</style>
border-color css
<style>
span { border-color: #C55728; }
span { border-color: rgb(197,87,40); }
td.TdClassName
{
border-color: #C55728;
}
.TagClassName
{
border-color: #C55728;
}
</style>