Shades of Trinidad #C04E31
Tints of Trinidad #C04E31
RGB
CMYK
RGB Variations
Color information
#C04E31 (or 0xC04E31) is known color: Trinidad. HEX triplet: C0, 4E and 31. RGB value is (192,78,49). Sum of RGB (Red+Green+Blue) = 192+78+49=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E31 is #3FB1CE. Grayscale: #6D6D6D. Windows color (decimal): -4174287 or 3231424. OLE color: 3231424.
HSL color Cylindrical-coordinate representation of color #C04E31: hue angle of 12.17º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C04E31 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 49 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.25 |
| HSL | 12.17º | 0.59% | 0.47% | - |
| HSV(B) | 12.17º | 0.74% | 0.75% | - |
| XYZ | 25.02 | 16.88 | 4.84 | - |
| YUV | 108.78 | 94.27 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 49 | 0 | 0.59 | 0.74 | 0.25 | 12.17 | 0.59 | 0.47 |
| Hex | C0 | 4E | 31 | 0 | 3B | 4A | 19 | C | 3B | 2F |
| Octal | 300 | 116 | 61 | 0 | 73 | 112 | 31 | 14 | 73 | 57 |
| Binary | 11000000 | 1001110 | 110001 | 0 | 111011 | 1001010 | 11001 | 1100 | 111011 | 101111 |
Color Harmonies of #C04E31
Complementary color
Monochromatic Colors of #C04E31
Black with #C04E31
Text Example
Text Example
White with #C04E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E31; }
p { color: rgb(192,78,49); }
H1.HeaderClassName
{
color: #C04E31;
}
.AnyTagClassName
{
color: #C04E31;
}
</style>
background-color css
<style>
a { background-color: #C04E31; }
a { background-color: rgb(192,78,49); }
div.DivClassName
{
background-color: #C04E31;
}
.BgClassName
{
background-color: #C04E31;
}
</style>
border-color css
<style>
span { border-color: #C04E31; }
span { border-color: rgb(192,78,49); }
td.TdClassName
{
border-color: #C04E31;
}
.TagClassName
{
border-color: #C04E31;
}
</style>