Shades of Trinidad #C04C29
Tints of Trinidad #C04C29
RGB
CMYK
RGB Variations
Color information
#C04C29 (or 0xC04C29) is known color: Trinidad. HEX triplet: C0, 4C and 29. RGB value is (192,76,41). Sum of RGB (Red+Green+Blue) = 192+76+41=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C29 is #3FB3D6. Grayscale: #6A6A6A. Windows color (decimal): -4174807 or 2706624. OLE color: 2706624.
HSL color Cylindrical-coordinate representation of color #C04C29: hue angle of 13.91º 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 #C04C29 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 41 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.25 |
| HSL | 13.91º | 0.65% | 0.46% | - |
| HSV(B) | 13.91º | 0.79% | 0.75% | - |
| XYZ | 24.72 | 16.54 | 3.99 | - |
| YUV | 106.69 | 90.93 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 41 | 0 | 0.60 | 0.79 | 0.25 | 13.91 | 0.65 | 0.46 |
| Hex | C0 | 4C | 29 | 0 | 3C | 4F | 19 | E | 41 | 2E |
| Octal | 300 | 114 | 51 | 0 | 74 | 117 | 31 | 16 | 101 | 56 |
| Binary | 11000000 | 1001100 | 101001 | 0 | 111100 | 1001111 | 11001 | 1110 | 1000001 | 101110 |
Color Harmonies of #C04C29
Complementary color
Monochromatic Colors of #C04C29
Black with #C04C29
Text Example
Text Example
White with #C04C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C29; }
p { color: rgb(192,76,41); }
H1.HeaderClassName
{
color: #C04C29;
}
.AnyTagClassName
{
color: #C04C29;
}
</style>
background-color css
<style>
a { background-color: #C04C29; }
a { background-color: rgb(192,76,41); }
div.DivClassName
{
background-color: #C04C29;
}
.BgClassName
{
background-color: #C04C29;
}
</style>
border-color css
<style>
span { border-color: #C04C29; }
span { border-color: rgb(192,76,41); }
td.TdClassName
{
border-color: #C04C29;
}
.TagClassName
{
border-color: #C04C29;
}
</style>