Shades of Trinidad #C54B32
Tints of Trinidad #C54B32
RGB
CMYK
RGB Variations
Color information
#C54B32 (or 0xC54B32) is known color: Trinidad. HEX triplet: C5, 4B and 32. RGB value is (197,75,50). Sum of RGB (Red+Green+Blue) = 197+75+50=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54B32 is #3AB4CD. Grayscale: #6C6C6C. Windows color (decimal): -3847374 or 3296197. OLE color: 3296197.
HSL color Cylindrical-coordinate representation of color #C54B32: hue angle of 10.2º 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 #C54B32 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 50 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.23 |
| HSL | 10.2º | 0.6% | 0.48% | - |
| HSV(B) | 10.2º | 0.75% | 0.77% | - |
| XYZ | 26.12 | 17.13 | 4.95 | - |
| YUV | 108.63 | 94.92 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 50 | 0 | 0.62 | 0.75 | 0.23 | 10.2 | 0.6 | 0.48 |
| Hex | C5 | 4B | 32 | 0 | 3E | 4B | 17 | A | 3C | 30 |
| Octal | 305 | 113 | 62 | 0 | 76 | 113 | 27 | 12 | 74 | 60 |
| Binary | 11000101 | 1001011 | 110010 | 0 | 111110 | 1001011 | 10111 | 1010 | 111100 | 110000 |
Color Harmonies of #C54B32
Complementary color
Monochromatic Colors of #C54B32
Black with #C54B32
Text Example
Text Example
White with #C54B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B32; }
p { color: rgb(197,75,50); }
H1.HeaderClassName
{
color: #C54B32;
}
.AnyTagClassName
{
color: #C54B32;
}
</style>
background-color css
<style>
a { background-color: #C54B32; }
a { background-color: rgb(197,75,50); }
div.DivClassName
{
background-color: #C54B32;
}
.BgClassName
{
background-color: #C54B32;
}
</style>
border-color css
<style>
span { border-color: #C54B32; }
span { border-color: rgb(197,75,50); }
td.TdClassName
{
border-color: #C54B32;
}
.TagClassName
{
border-color: #C54B32;
}
</style>