Shades of Trinidad #C04829
Tints of Trinidad #C04829
RGB
CMYK
RGB Variations
Color information
#C04829 (or 0xC04829) is known color: Trinidad. HEX triplet: C0, 48 and 29. RGB value is (192,72,41). Sum of RGB (Red+Green+Blue) = 192+72+41=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C04829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04829 is #3FB7D6. Grayscale: #686868. Windows color (decimal): -4175831 or 2705600. OLE color: 2705600.
HSL color Cylindrical-coordinate representation of color #C04829: hue angle of 12.32º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C04829 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 72 | 41 | - |
| CMYK | 0 | 0.63 | 0.79 | 0.25 |
| HSL | 12.32º | 0.65% | 0.46% | - |
| HSV(B) | 12.32º | 0.79% | 0.75% | - |
| XYZ | 24.46 | 16 | 3.9 | - |
| YUV | 104.35 | 92.26 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 72 | 41 | 0 | 0.63 | 0.79 | 0.25 | 12.32 | 0.65 | 0.46 |
| Hex | C0 | 48 | 29 | 0 | 3F | 4F | 19 | C | 41 | 2E |
| Octal | 300 | 110 | 51 | 0 | 77 | 117 | 31 | 14 | 101 | 56 |
| Binary | 11000000 | 1001000 | 101001 | 0 | 111111 | 1001111 | 11001 | 1100 | 1000001 | 101110 |
Color Harmonies of #C04829
Complementary color
Monochromatic Colors of #C04829
Black with #C04829
Text Example
Text Example
White with #C04829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04829; }
p { color: rgb(192,72,41); }
H1.HeaderClassName
{
color: #C04829;
}
.AnyTagClassName
{
color: #C04829;
}
</style>
background-color css
<style>
a { background-color: #C04829; }
a { background-color: rgb(192,72,41); }
div.DivClassName
{
background-color: #C04829;
}
.BgClassName
{
background-color: #C04829;
}
</style>
border-color css
<style>
span { border-color: #C04829; }
span { border-color: rgb(192,72,41); }
td.TdClassName
{
border-color: #C04829;
}
.TagClassName
{
border-color: #C04829;
}
</style>