Shades of Trinidad #C55432
Tints of Trinidad #C55432
RGB
CMYK
RGB Variations
Color information
#C55432 (or 0xC55432) is known color: Trinidad. HEX triplet: C5, 54 and 32. RGB value is (197,84,50). Sum of RGB (Red+Green+Blue) = 197+84+50=331 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.52% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 197 - color contains mainly: red. Hex color #C55432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55432 is #3AABCD. Grayscale: #727272. Windows color (decimal): -3845070 or 3298501. OLE color: 3298501.
HSL color Cylindrical-coordinate representation of color #C55432: hue angle of 13.88º 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 #C55432 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 50 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.23 |
| HSL | 13.88º | 0.6% | 0.48% | - |
| HSV(B) | 13.88º | 0.75% | 0.77% | - |
| XYZ | 26.77 | 18.44 | 5.17 | - |
| YUV | 113.91 | 91.94 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 50 | 0 | 0.57 | 0.75 | 0.23 | 13.88 | 0.6 | 0.48 |
| Hex | C5 | 54 | 32 | 0 | 39 | 4B | 17 | E | 3C | 30 |
| Octal | 305 | 124 | 62 | 0 | 71 | 113 | 27 | 16 | 74 | 60 |
| Binary | 11000101 | 1010100 | 110010 | 0 | 111001 | 1001011 | 10111 | 1110 | 111100 | 110000 |
Color Harmonies of #C55432
Complementary color
Monochromatic Colors of #C55432
Black with #C55432
Text Example
Text Example
White with #C55432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55432; }
p { color: rgb(197,84,50); }
H1.HeaderClassName
{
color: #C55432;
}
.AnyTagClassName
{
color: #C55432;
}
</style>
background-color css
<style>
a { background-color: #C55432; }
a { background-color: rgb(197,84,50); }
div.DivClassName
{
background-color: #C55432;
}
.BgClassName
{
background-color: #C55432;
}
</style>
border-color css
<style>
span { border-color: #C55432; }
span { border-color: rgb(197,84,50); }
td.TdClassName
{
border-color: #C55432;
}
.TagClassName
{
border-color: #C55432;
}
</style>