Shades of Trinidad #C04E28
Tints of Trinidad #C04E28
RGB
CMYK
RGB Variations
Color information
#C04E28 (or 0xC04E28) is known color: Trinidad. HEX triplet: C0, 4E and 28. RGB value is (192,78,40). Sum of RGB (Red+Green+Blue) = 192+78+40=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E28 is #3FB1D7. Grayscale: #6C6C6C. Windows color (decimal): -4174296 or 2641600. OLE color: 2641600.
HSL color Cylindrical-coordinate representation of color #C04E28: hue angle of 15º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C04E28 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 40 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.25 |
| HSL | 15º | 0.66% | 0.45% | - |
| HSV(B) | 15º | 0.79% | 0.75% | - |
| XYZ | 24.85 | 16.81 | 3.94 | - |
| YUV | 107.75 | 89.77 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 40 | 0 | 0.59 | 0.79 | 0.25 | 15 | 0.66 | 0.45 |
| Hex | C0 | 4E | 28 | 0 | 3B | 4F | 19 | F | 42 | 2D |
| Octal | 300 | 116 | 50 | 0 | 73 | 117 | 31 | 17 | 102 | 55 |
| Binary | 11000000 | 1001110 | 101000 | 0 | 111011 | 1001111 | 11001 | 1111 | 1000010 | 101101 |
Color Harmonies of #C04E28
Complementary color
Monochromatic Colors of #C04E28
Black with #C04E28
Text Example
Text Example
White with #C04E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E28; }
p { color: rgb(192,78,40); }
H1.HeaderClassName
{
color: #C04E28;
}
.AnyTagClassName
{
color: #C04E28;
}
</style>
background-color css
<style>
a { background-color: #C04E28; }
a { background-color: rgb(192,78,40); }
div.DivClassName
{
background-color: #C04E28;
}
.BgClassName
{
background-color: #C04E28;
}
</style>
border-color css
<style>
span { border-color: #C04E28; }
span { border-color: rgb(192,78,40); }
td.TdClassName
{
border-color: #C04E28;
}
.TagClassName
{
border-color: #C04E28;
}
</style>