Shades of Trinidad #C45735
Tints of Trinidad #C45735
RGB
CMYK
RGB Variations
Color information
#C45735 (or 0xC45735) is known color: Trinidad. HEX triplet: C4, 57 and 35. RGB value is (196,87,53). Sum of RGB (Red+Green+Blue) = 196+87+53=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C45735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45735 is #3BA8CA. Grayscale: #737373. Windows color (decimal): -3909835 or 3495876. OLE color: 3495876.
HSL color Cylindrical-coordinate representation of color #C45735: hue angle of 14.27º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C45735 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 53 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.23 |
| HSL | 14.27º | 0.57% | 0.49% | - |
| HSV(B) | 14.27º | 0.73% | 0.77% | - |
| XYZ | 26.82 | 18.81 | 5.59 | - |
| YUV | 115.72 | 92.61 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 53 | 0 | 0.56 | 0.73 | 0.23 | 14.27 | 0.57 | 0.49 |
| Hex | C4 | 57 | 35 | 0 | 38 | 49 | 17 | E | 39 | 31 |
| Octal | 304 | 127 | 65 | 0 | 70 | 111 | 27 | 16 | 71 | 61 |
| Binary | 11000100 | 1010111 | 110101 | 0 | 111000 | 1001001 | 10111 | 1110 | 111001 | 110001 |
Color Harmonies of #C45735
Complementary color
Monochromatic Colors of #C45735
Black with #C45735
Text Example
Text Example
White with #C45735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45735; }
p { color: rgb(196,87,53); }
H1.HeaderClassName
{
color: #C45735;
}
.AnyTagClassName
{
color: #C45735;
}
</style>
background-color css
<style>
a { background-color: #C45735; }
a { background-color: rgb(196,87,53); }
div.DivClassName
{
background-color: #C45735;
}
.BgClassName
{
background-color: #C45735;
}
</style>
border-color css
<style>
span { border-color: #C45735; }
span { border-color: rgb(196,87,53); }
td.TdClassName
{
border-color: #C45735;
}
.TagClassName
{
border-color: #C45735;
}
</style>