Shades of Trinidad #C5553A
Tints of Trinidad #C5553A
RGB
CMYK
RGB Variations
Color information
#C5553A (or 0xC5553A) is known color: Trinidad. HEX triplet: C5, 55 and 3A. RGB value is (197,85,58). Sum of RGB (Red+Green+Blue) = 197+85+58=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5553A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5553A is #3AAAC5. Grayscale: #737373. Windows color (decimal): -3844806 or 3823045. OLE color: 3823045.
HSL color Cylindrical-coordinate representation of color #C5553A: hue angle of 11.65º 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 #C5553A is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 58 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.23 |
| HSL | 11.65º | 0.55% | 0.5% | - |
| HSV(B) | 11.65º | 0.71% | 0.77% | - |
| XYZ | 27.04 | 18.67 | 6.18 | - |
| YUV | 115.41 | 95.61 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 58 | 0 | 0.57 | 0.71 | 0.23 | 11.65 | 0.55 | 0.5 |
| Hex | C5 | 55 | 3A | 0 | 39 | 47 | 17 | C | 37 | 32 |
| Octal | 305 | 125 | 72 | 0 | 71 | 107 | 27 | 14 | 67 | 62 |
| Binary | 11000101 | 1010101 | 111010 | 0 | 111001 | 1000111 | 10111 | 1100 | 110111 | 110010 |
Color Harmonies of #C5553A
Complementary color
Monochromatic Colors of #C5553A
Black with #C5553A
Text Example
Text Example
White with #C5553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5553A; }
p { color: rgb(197,85,58); }
H1.HeaderClassName
{
color: #C5553A;
}
.AnyTagClassName
{
color: #C5553A;
}
</style>
background-color css
<style>
a { background-color: #C5553A; }
a { background-color: rgb(197,85,58); }
div.DivClassName
{
background-color: #C5553A;
}
.BgClassName
{
background-color: #C5553A;
}
</style>
border-color css
<style>
span { border-color: #C5553A; }
span { border-color: rgb(197,85,58); }
td.TdClassName
{
border-color: #C5553A;
}
.TagClassName
{
border-color: #C5553A;
}
</style>