Shades of Trinidad #C5532F
Tints of Trinidad #C5532F
RGB
CMYK
RGB Variations
Color information
#C5532F (or 0xC5532F) is known color: Trinidad. HEX triplet: C5, 53 and 2F. RGB value is (197,83,47). Sum of RGB (Red+Green+Blue) = 197+83+47=327 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.24% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 197 - color contains mainly: red. Hex color #C5532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5532F is #3AACD0. Grayscale: #717171. Windows color (decimal): -3845329 or 3101637. OLE color: 3101637.
HSL color Cylindrical-coordinate representation of color #C5532F: hue angle of 14.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5532F is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 47 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.23 |
| HSL | 14.4º | 0.61% | 0.48% | - |
| HSV(B) | 14.4º | 0.76% | 0.77% | - |
| XYZ | 26.63 | 18.26 | 4.81 | - |
| YUV | 112.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 47 | 0 | 0.58 | 0.76 | 0.23 | 14.4 | 0.61 | 0.48 |
| Hex | C5 | 53 | 2F | 0 | 3A | 4C | 17 | E | 3D | 30 |
| Octal | 305 | 123 | 57 | 0 | 72 | 114 | 27 | 16 | 75 | 60 |
| Binary | 11000101 | 1010011 | 101111 | 0 | 111010 | 1001100 | 10111 | 1110 | 111101 | 110000 |
Color Harmonies of #C5532F
Complementary color
Monochromatic Colors of #C5532F
Black with #C5532F
Text Example
Text Example
White with #C5532F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5532F; }
p { color: rgb(197,83,47); }
H1.HeaderClassName
{
color: #C5532F;
}
.AnyTagClassName
{
color: #C5532F;
}
</style>
background-color css
<style>
a { background-color: #C5532F; }
a { background-color: rgb(197,83,47); }
div.DivClassName
{
background-color: #C5532F;
}
.BgClassName
{
background-color: #C5532F;
}
</style>
border-color css
<style>
span { border-color: #C5532F; }
span { border-color: rgb(197,83,47); }
td.TdClassName
{
border-color: #C5532F;
}
.TagClassName
{
border-color: #C5532F;
}
</style>