Shades of Trinidad #C45835
Tints of Trinidad #C45835
RGB
CMYK
RGB Variations
Color information
#C45835 (or 0xC45835) is known color: Trinidad. HEX triplet: C4, 58 and 35. RGB value is (196,88,53). Sum of RGB (Red+Green+Blue) = 196+88+53=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C45835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45835 is #3BA7CA. Grayscale: #747474. Windows color (decimal): -3909579 or 3496132. OLE color: 3496132.
HSL color Cylindrical-coordinate representation of color #C45835: hue angle of 14.69º 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 #C45835 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 53 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.23 |
| HSL | 14.69º | 0.57% | 0.49% | - |
| HSV(B) | 14.69º | 0.73% | 0.77% | - |
| XYZ | 26.9 | 18.97 | 5.61 | - |
| YUV | 116.3 | 92.28 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 53 | 0 | 0.55 | 0.73 | 0.23 | 14.69 | 0.57 | 0.49 |
| Hex | C4 | 58 | 35 | 0 | 37 | 49 | 17 | F | 39 | 31 |
| Octal | 304 | 130 | 65 | 0 | 67 | 111 | 27 | 17 | 71 | 61 |
| Binary | 11000100 | 1011000 | 110101 | 0 | 110111 | 1001001 | 10111 | 1111 | 111001 | 110001 |
Color Harmonies of #C45835
Complementary color
Monochromatic Colors of #C45835
Black with #C45835
Text Example
Text Example
White with #C45835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45835; }
p { color: rgb(196,88,53); }
H1.HeaderClassName
{
color: #C45835;
}
.AnyTagClassName
{
color: #C45835;
}
</style>
background-color css
<style>
a { background-color: #C45835; }
a { background-color: rgb(196,88,53); }
div.DivClassName
{
background-color: #C45835;
}
.BgClassName
{
background-color: #C45835;
}
</style>
border-color css
<style>
span { border-color: #C45835; }
span { border-color: rgb(196,88,53); }
td.TdClassName
{
border-color: #C45835;
}
.TagClassName
{
border-color: #C45835;
}
</style>