Shades of Trinidad #C54D32
Tints of Trinidad #C54D32
RGB
CMYK
RGB Variations
Color information
#C54D32 (or 0xC54D32) is known color: Trinidad. HEX triplet: C5, 4D and 32. RGB value is (197,77,50). Sum of RGB (Red+Green+Blue) = 197+77+50=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54D32 is #3AB2CD. Grayscale: #6E6E6E. Windows color (decimal): -3846862 or 3296709. OLE color: 3296709.
HSL color Cylindrical-coordinate representation of color #C54D32: hue angle of 11.02º 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 #C54D32 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 77 | 50 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.23 |
| HSL | 11.02º | 0.6% | 0.48% | - |
| HSV(B) | 11.02º | 0.75% | 0.77% | - |
| XYZ | 26.26 | 17.41 | 4.99 | - |
| YUV | 109.8 | 94.26 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 77 | 50 | 0 | 0.61 | 0.75 | 0.23 | 11.02 | 0.6 | 0.48 |
| Hex | C5 | 4D | 32 | 0 | 3D | 4B | 17 | B | 3C | 30 |
| Octal | 305 | 115 | 62 | 0 | 75 | 113 | 27 | 13 | 74 | 60 |
| Binary | 11000101 | 1001101 | 110010 | 0 | 111101 | 1001011 | 10111 | 1011 | 111100 | 110000 |
Color Harmonies of #C54D32
Complementary color
Monochromatic Colors of #C54D32
Black with #C54D32
Text Example
Text Example
White with #C54D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54D32; }
p { color: rgb(197,77,50); }
H1.HeaderClassName
{
color: #C54D32;
}
.AnyTagClassName
{
color: #C54D32;
}
</style>
background-color css
<style>
a { background-color: #C54D32; }
a { background-color: rgb(197,77,50); }
div.DivClassName
{
background-color: #C54D32;
}
.BgClassName
{
background-color: #C54D32;
}
</style>
border-color css
<style>
span { border-color: #C54D32; }
span { border-color: rgb(197,77,50); }
td.TdClassName
{
border-color: #C54D32;
}
.TagClassName
{
border-color: #C54D32;
}
</style>