Shades of Trinidad #C45135
Tints of Trinidad #C45135
RGB
CMYK
RGB Variations
Color information
#C45135 (or 0xC45135) is known color: Trinidad. HEX triplet: C4, 51 and 35. RGB value is (196,81,53). Sum of RGB (Red+Green+Blue) = 196+81+53=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C45135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45135 is #3BAECA. Grayscale: #707070. Windows color (decimal): -3911371 or 3494340. OLE color: 3494340.
HSL color Cylindrical-coordinate representation of color #C45135: hue angle of 11.75º 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 #C45135 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 53 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.23 |
| HSL | 11.75º | 0.57% | 0.49% | - |
| HSV(B) | 11.75º | 0.73% | 0.77% | - |
| XYZ | 26.35 | 17.88 | 5.43 | - |
| YUV | 112.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 53 | 0 | 0.59 | 0.73 | 0.23 | 11.75 | 0.57 | 0.49 |
| Hex | C4 | 51 | 35 | 0 | 3B | 49 | 17 | C | 39 | 31 |
| Octal | 304 | 121 | 65 | 0 | 73 | 111 | 27 | 14 | 71 | 61 |
| Binary | 11000100 | 1010001 | 110101 | 0 | 111011 | 1001001 | 10111 | 1100 | 111001 | 110001 |
Color Harmonies of #C45135
Complementary color
Monochromatic Colors of #C45135
Black with #C45135
Text Example
Text Example
White with #C45135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45135; }
p { color: rgb(196,81,53); }
H1.HeaderClassName
{
color: #C45135;
}
.AnyTagClassName
{
color: #C45135;
}
</style>
background-color css
<style>
a { background-color: #C45135; }
a { background-color: rgb(196,81,53); }
div.DivClassName
{
background-color: #C45135;
}
.BgClassName
{
background-color: #C45135;
}
</style>
border-color css
<style>
span { border-color: #C45135; }
span { border-color: rgb(196,81,53); }
td.TdClassName
{
border-color: #C45135;
}
.TagClassName
{
border-color: #C45135;
}
</style>