Shades of Trinidad #C45435
Tints of Trinidad #C45435
RGB
CMYK
RGB Variations
Color information
#C45435 (or 0xC45435) is known color: Trinidad. HEX triplet: C4, 54 and 35. RGB value is (196,84,53). Sum of RGB (Red+Green+Blue) = 196+84+53=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C45435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45435 is #3BABCA. Grayscale: #727272. Windows color (decimal): -3910603 or 3495108. OLE color: 3495108.
HSL color Cylindrical-coordinate representation of color #C45435: hue angle of 13.01º 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 #C45435 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 53 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.23 |
| HSL | 13.01º | 0.57% | 0.49% | - |
| HSV(B) | 13.01º | 0.73% | 0.77% | - |
| XYZ | 26.58 | 18.33 | 5.51 | - |
| YUV | 113.95 | 93.61 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 53 | 0 | 0.57 | 0.73 | 0.23 | 13.01 | 0.57 | 0.49 |
| Hex | C4 | 54 | 35 | 0 | 39 | 49 | 17 | D | 39 | 31 |
| Octal | 304 | 124 | 65 | 0 | 71 | 111 | 27 | 15 | 71 | 61 |
| Binary | 11000100 | 1010100 | 110101 | 0 | 111001 | 1001001 | 10111 | 1101 | 111001 | 110001 |
Color Harmonies of #C45435
Complementary color
Monochromatic Colors of #C45435
Black with #C45435
Text Example
Text Example
White with #C45435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45435; }
p { color: rgb(196,84,53); }
H1.HeaderClassName
{
color: #C45435;
}
.AnyTagClassName
{
color: #C45435;
}
</style>
background-color css
<style>
a { background-color: #C45435; }
a { background-color: rgb(196,84,53); }
div.DivClassName
{
background-color: #C45435;
}
.BgClassName
{
background-color: #C45435;
}
</style>
border-color css
<style>
span { border-color: #C45435; }
span { border-color: rgb(196,84,53); }
td.TdClassName
{
border-color: #C45435;
}
.TagClassName
{
border-color: #C45435;
}
</style>