Shades of Trinidad #C55332
Tints of Trinidad #C55332
RGB
CMYK
RGB Variations
Color information
#C55332 (or 0xC55332) is known color: Trinidad. HEX triplet: C5, 53 and 32. RGB value is (197,83,50). Sum of RGB (Red+Green+Blue) = 197+83+50=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C55332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55332 is #3AACCD. Grayscale: #717171. Windows color (decimal): -3845326 or 3298245. OLE color: 3298245.
HSL color Cylindrical-coordinate representation of color #C55332: hue angle of 13.47º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C55332 is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 50 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.23 |
| HSL | 13.47º | 0.6% | 0.48% | - |
| HSV(B) | 13.47º | 0.75% | 0.77% | - |
| XYZ | 26.69 | 18.29 | 5.14 | - |
| YUV | 113.32 | 92.27 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 50 | 0 | 0.58 | 0.75 | 0.23 | 13.47 | 0.6 | 0.48 |
| Hex | C5 | 53 | 32 | 0 | 3A | 4B | 17 | D | 3C | 30 |
| Octal | 305 | 123 | 62 | 0 | 72 | 113 | 27 | 15 | 74 | 60 |
| Binary | 11000101 | 1010011 | 110010 | 0 | 111010 | 1001011 | 10111 | 1101 | 111100 | 110000 |
Color Harmonies of #C55332
Complementary color
Monochromatic Colors of #C55332
Black with #C55332
Text Example
Text Example
White with #C55332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55332; }
p { color: rgb(197,83,50); }
H1.HeaderClassName
{
color: #C55332;
}
.AnyTagClassName
{
color: #C55332;
}
</style>
background-color css
<style>
a { background-color: #C55332; }
a { background-color: rgb(197,83,50); }
div.DivClassName
{
background-color: #C55332;
}
.BgClassName
{
background-color: #C55332;
}
</style>
border-color css
<style>
span { border-color: #C55332; }
span { border-color: rgb(197,83,50); }
td.TdClassName
{
border-color: #C55332;
}
.TagClassName
{
border-color: #C55332;
}
</style>