Shades of Trinidad #C45228
Tints of Trinidad #C45228
RGB
CMYK
RGB Variations
Color information
#C45228 (or 0xC45228) is known color: Trinidad. HEX triplet: C4, 52 and 28. RGB value is (196,82,40). Sum of RGB (Red+Green+Blue) = 196+82+40=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C45228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45228 is #3BADD7. Grayscale: #6F6F6F. Windows color (decimal): -3911128 or 2642628. OLE color: 2642628.
HSL color Cylindrical-coordinate representation of color #C45228: hue angle of 16.15º 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 #C45228 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 40 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.23 |
| HSL | 16.15º | 0.66% | 0.46% | - |
| HSV(B) | 16.15º | 0.8% | 0.77% | - |
| XYZ | 26.17 | 17.92 | 4.09 | - |
| YUV | 111.3 | 87.77 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 40 | 0 | 0.58 | 0.80 | 0.23 | 16.15 | 0.66 | 0.46 |
| Hex | C4 | 52 | 28 | 0 | 3A | 50 | 17 | 10 | 42 | 2E |
| Octal | 304 | 122 | 50 | 0 | 72 | 120 | 27 | 20 | 102 | 56 |
| Binary | 11000100 | 1010010 | 101000 | 0 | 111010 | 1010000 | 10111 | 10000 | 1000010 | 101110 |
Color Harmonies of #C45228
Complementary color
Monochromatic Colors of #C45228
Black with #C45228
Text Example
Text Example
White with #C45228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45228; }
p { color: rgb(196,82,40); }
H1.HeaderClassName
{
color: #C45228;
}
.AnyTagClassName
{
color: #C45228;
}
</style>
background-color css
<style>
a { background-color: #C45228; }
a { background-color: rgb(196,82,40); }
div.DivClassName
{
background-color: #C45228;
}
.BgClassName
{
background-color: #C45228;
}
</style>
border-color css
<style>
span { border-color: #C45228; }
span { border-color: rgb(196,82,40); }
td.TdClassName
{
border-color: #C45228;
}
.TagClassName
{
border-color: #C45228;
}
</style>