Shades of Trinidad #C55427
Tints of Trinidad #C55427
RGB
CMYK
RGB Variations
Color information
#C55427 (or 0xC55427) is known color: Trinidad. HEX triplet: C5, 54 and 27. RGB value is (197,84,39). Sum of RGB (Red+Green+Blue) = 197+84+39=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C55427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55427 is #3AABD8. Grayscale: #707070. Windows color (decimal): -3845081 or 2577605. OLE color: 2577605.
HSL color Cylindrical-coordinate representation of color #C55427: hue angle of 17.09º degrees, saturation: 0.67, 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 #C55427 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 39 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.23 |
| HSL | 17.09º | 0.67% | 0.46% | - |
| HSV(B) | 17.09º | 0.8% | 0.77% | - |
| XYZ | 26.56 | 18.36 | 4.06 | - |
| YUV | 112.66 | 86.44 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 39 | 0 | 0.57 | 0.80 | 0.23 | 17.09 | 0.67 | 0.46 |
| Hex | C5 | 54 | 27 | 0 | 39 | 50 | 17 | 11 | 43 | 2E |
| Octal | 305 | 124 | 47 | 0 | 71 | 120 | 27 | 21 | 103 | 56 |
| Binary | 11000101 | 1010100 | 100111 | 0 | 111001 | 1010000 | 10111 | 10001 | 1000011 | 101110 |
Color Harmonies of #C55427
Complementary color
Monochromatic Colors of #C55427
Black with #C55427
Text Example
Text Example
White with #C55427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55427; }
p { color: rgb(197,84,39); }
H1.HeaderClassName
{
color: #C55427;
}
.AnyTagClassName
{
color: #C55427;
}
</style>
background-color css
<style>
a { background-color: #C55427; }
a { background-color: rgb(197,84,39); }
div.DivClassName
{
background-color: #C55427;
}
.BgClassName
{
background-color: #C55427;
}
</style>
border-color css
<style>
span { border-color: #C55427; }
span { border-color: rgb(197,84,39); }
td.TdClassName
{
border-color: #C55427;
}
.TagClassName
{
border-color: #C55427;
}
</style>