Shades of Trinidad #C04C2C
Tints of Trinidad #C04C2C
RGB
CMYK
RGB Variations
Color information
#C04C2C (or 0xC04C2C) is known color: Trinidad. HEX triplet: C0, 4C and 2C. RGB value is (192,76,44). Sum of RGB (Red+Green+Blue) = 192+76+44=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C2C is #3FB3D3. Grayscale: #6B6B6B. Windows color (decimal): -4174804 or 2903232. OLE color: 2903232.
HSL color Cylindrical-coordinate representation of color #C04C2C: hue angle of 12.97º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C04C2C is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 44 | - |
| CMYK | 0 | 0.60 | 0.77 | 0.25 |
| HSL | 12.97º | 0.63% | 0.46% | - |
| HSV(B) | 12.97º | 0.77% | 0.75% | - |
| XYZ | 24.78 | 16.56 | 4.27 | - |
| YUV | 107.04 | 92.43 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 44 | 0 | 0.60 | 0.77 | 0.25 | 12.97 | 0.63 | 0.46 |
| Hex | C0 | 4C | 2C | 0 | 3C | 4D | 19 | D | 3F | 2E |
| Octal | 300 | 114 | 54 | 0 | 74 | 115 | 31 | 15 | 77 | 56 |
| Binary | 11000000 | 1001100 | 101100 | 0 | 111100 | 1001101 | 11001 | 1101 | 111111 | 101110 |
Color Harmonies of #C04C2C
Complementary color
Monochromatic Colors of #C04C2C
Black with #C04C2C
Text Example
Text Example
White with #C04C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C2C; }
p { color: rgb(192,76,44); }
H1.HeaderClassName
{
color: #C04C2C;
}
.AnyTagClassName
{
color: #C04C2C;
}
</style>
background-color css
<style>
a { background-color: #C04C2C; }
a { background-color: rgb(192,76,44); }
div.DivClassName
{
background-color: #C04C2C;
}
.BgClassName
{
background-color: #C04C2C;
}
</style>
border-color css
<style>
span { border-color: #C04C2C; }
span { border-color: rgb(192,76,44); }
td.TdClassName
{
border-color: #C04C2C;
}
.TagClassName
{
border-color: #C04C2C;
}
</style>