Shades of Trinidad #C54328
Tints of Trinidad #C54328
RGB
CMYK
RGB Variations
Color information
#C54328 (or 0xC54328) is known color: Trinidad. HEX triplet: C5, 43 and 28. RGB value is (197,67,40). Sum of RGB (Red+Green+Blue) = 197+67+40=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C54328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54328 is #3ABCD7. Grayscale: #676767. Windows color (decimal): -3849432 or 2638789. OLE color: 2638789.
HSL color Cylindrical-coordinate representation of color #C54328: hue angle of 10.32º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C54328 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 40 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.23 |
| HSL | 10.32º | 0.66% | 0.46% | - |
| HSV(B) | 10.32º | 0.8% | 0.77% | - |
| XYZ | 25.42 | 16.04 | 3.76 | - |
| YUV | 102.79 | 92.57 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 40 | 0 | 0.66 | 0.80 | 0.23 | 10.32 | 0.66 | 0.46 |
| Hex | C5 | 43 | 28 | 0 | 42 | 50 | 17 | A | 42 | 2E |
| Octal | 305 | 103 | 50 | 0 | 102 | 120 | 27 | 12 | 102 | 56 |
| Binary | 11000101 | 1000011 | 101000 | 0 | 1000010 | 1010000 | 10111 | 1010 | 1000010 | 101110 |
Color Harmonies of #C54328
Complementary color
Monochromatic Colors of #C54328
Black with #C54328
Text Example
Text Example
White with #C54328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54328; }
p { color: rgb(197,67,40); }
H1.HeaderClassName
{
color: #C54328;
}
.AnyTagClassName
{
color: #C54328;
}
</style>
background-color css
<style>
a { background-color: #C54328; }
a { background-color: rgb(197,67,40); }
div.DivClassName
{
background-color: #C54328;
}
.BgClassName
{
background-color: #C54328;
}
</style>
border-color css
<style>
span { border-color: #C54328; }
span { border-color: rgb(197,67,40); }
td.TdClassName
{
border-color: #C54328;
}
.TagClassName
{
border-color: #C54328;
}
</style>