Shades of Trinidad #C04E29
Tints of Trinidad #C04E29
RGB
CMYK
RGB Variations
Color information
#C04E29 (or 0xC04E29) is known color: Trinidad. HEX triplet: C0, 4E and 29. RGB value is (192,78,41). Sum of RGB (Red+Green+Blue) = 192+78+41=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E29 is #3FB1D6. Grayscale: #6C6C6C. Windows color (decimal): -4174295 or 2707136. OLE color: 2707136.
HSL color Cylindrical-coordinate representation of color #C04E29: hue angle of 14.7º 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 #C04E29 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 41 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.25 |
| HSL | 14.7º | 0.65% | 0.46% | - |
| HSV(B) | 14.7º | 0.79% | 0.75% | - |
| XYZ | 24.86 | 16.82 | 4.03 | - |
| YUV | 107.87 | 90.27 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 41 | 0 | 0.59 | 0.79 | 0.25 | 14.7 | 0.65 | 0.46 |
| Hex | C0 | 4E | 29 | 0 | 3B | 4F | 19 | F | 41 | 2E |
| Octal | 300 | 116 | 51 | 0 | 73 | 117 | 31 | 17 | 101 | 56 |
| Binary | 11000000 | 1001110 | 101001 | 0 | 111011 | 1001111 | 11001 | 1111 | 1000001 | 101110 |
Color Harmonies of #C04E29
Complementary color
Monochromatic Colors of #C04E29
Black with #C04E29
Text Example
Text Example
White with #C04E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E29; }
p { color: rgb(192,78,41); }
H1.HeaderClassName
{
color: #C04E29;
}
.AnyTagClassName
{
color: #C04E29;
}
</style>
background-color css
<style>
a { background-color: #C04E29; }
a { background-color: rgb(192,78,41); }
div.DivClassName
{
background-color: #C04E29;
}
.BgClassName
{
background-color: #C04E29;
}
</style>
border-color css
<style>
span { border-color: #C04E29; }
span { border-color: rgb(192,78,41); }
td.TdClassName
{
border-color: #C04E29;
}
.TagClassName
{
border-color: #C04E29;
}
</style>