Shades of Trinidad #C45633
Tints of Trinidad #C45633
RGB
CMYK
RGB Variations
Color information
#C45633 (or 0xC45633) is known color: Trinidad. HEX triplet: C4, 56 and 33. RGB value is (196,86,51). Sum of RGB (Red+Green+Blue) = 196+86+51=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C45633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45633 is #3BA9CC. Grayscale: #737373. Windows color (decimal): -3910093 or 3364548. OLE color: 3364548.
HSL color Cylindrical-coordinate representation of color #C45633: hue angle of 14.48º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C45633 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 51 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.23 |
| HSL | 14.48º | 0.59% | 0.48% | - |
| HSV(B) | 14.48º | 0.74% | 0.77% | - |
| XYZ | 26.69 | 18.63 | 5.32 | - |
| YUV | 114.9 | 91.94 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 51 | 0 | 0.56 | 0.74 | 0.23 | 14.48 | 0.59 | 0.48 |
| Hex | C4 | 56 | 33 | 0 | 38 | 4A | 17 | E | 3B | 30 |
| Octal | 304 | 126 | 63 | 0 | 70 | 112 | 27 | 16 | 73 | 60 |
| Binary | 11000100 | 1010110 | 110011 | 0 | 111000 | 1001010 | 10111 | 1110 | 111011 | 110000 |
Color Harmonies of #C45633
Complementary color
Monochromatic Colors of #C45633
Black with #C45633
Text Example
Text Example
White with #C45633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45633; }
p { color: rgb(196,86,51); }
H1.HeaderClassName
{
color: #C45633;
}
.AnyTagClassName
{
color: #C45633;
}
</style>
background-color css
<style>
a { background-color: #C45633; }
a { background-color: rgb(196,86,51); }
div.DivClassName
{
background-color: #C45633;
}
.BgClassName
{
background-color: #C45633;
}
</style>
border-color css
<style>
span { border-color: #C45633; }
span { border-color: rgb(196,86,51); }
td.TdClassName
{
border-color: #C45633;
}
.TagClassName
{
border-color: #C45633;
}
</style>