Shades of Trinidad #C45528
Tints of Trinidad #C45528
RGB
CMYK
RGB Variations
Color information
#C45528 (or 0xC45528) is known color: Trinidad. HEX triplet: C4, 55 and 28. RGB value is (196,85,40). Sum of RGB (Red+Green+Blue) = 196+85+40=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C45528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45528 is #3BAAD7. Grayscale: #717171. Windows color (decimal): -3910360 or 2643396. OLE color: 2643396.
HSL color Cylindrical-coordinate representation of color #C45528: hue angle of 17.31º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C45528 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 85 | 40 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.23 |
| HSL | 17.31º | 0.66% | 0.46% | - |
| HSV(B) | 17.31º | 0.8% | 0.77% | - |
| XYZ | 26.4 | 18.39 | 4.17 | - |
| YUV | 113.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 85 | 40 | 0 | 0.57 | 0.80 | 0.23 | 17.31 | 0.66 | 0.46 |
| Hex | C4 | 55 | 28 | 0 | 39 | 50 | 17 | 11 | 42 | 2E |
| Octal | 304 | 125 | 50 | 0 | 71 | 120 | 27 | 21 | 102 | 56 |
| Binary | 11000100 | 1010101 | 101000 | 0 | 111001 | 1010000 | 10111 | 10001 | 1000010 | 101110 |
Color Harmonies of #C45528
Complementary color
Monochromatic Colors of #C45528
Black with #C45528
Text Example
Text Example
White with #C45528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45528; }
p { color: rgb(196,85,40); }
H1.HeaderClassName
{
color: #C45528;
}
.AnyTagClassName
{
color: #C45528;
}
</style>
background-color css
<style>
a { background-color: #C45528; }
a { background-color: rgb(196,85,40); }
div.DivClassName
{
background-color: #C45528;
}
.BgClassName
{
background-color: #C45528;
}
</style>
border-color css
<style>
span { border-color: #C45528; }
span { border-color: rgb(196,85,40); }
td.TdClassName
{
border-color: #C45528;
}
.TagClassName
{
border-color: #C45528;
}
</style>