Shades of Trinidad #C04F31
Tints of Trinidad #C04F31
RGB
CMYK
RGB Variations
Color information
#C04F31 (or 0xC04F31) is known color: Trinidad. HEX triplet: C0, 4F and 31. RGB value is (192,79,49). Sum of RGB (Red+Green+Blue) = 192+79+49=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04F31 is #3FB0CE. Grayscale: #6D6D6D. Windows color (decimal): -4174031 or 3231680. OLE color: 3231680.
HSL color Cylindrical-coordinate representation of color #C04F31: hue angle of 12.59º 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 #C04F31 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 49 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.25 |
| HSL | 12.59º | 0.59% | 0.47% | - |
| HSV(B) | 12.59º | 0.74% | 0.75% | - |
| XYZ | 25.09 | 17.02 | 4.87 | - |
| YUV | 109.37 | 93.94 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 49 | 0 | 0.59 | 0.74 | 0.25 | 12.59 | 0.59 | 0.47 |
| Hex | C0 | 4F | 31 | 0 | 3B | 4A | 19 | D | 3B | 2F |
| Octal | 300 | 117 | 61 | 0 | 73 | 112 | 31 | 15 | 73 | 57 |
| Binary | 11000000 | 1001111 | 110001 | 0 | 111011 | 1001010 | 11001 | 1101 | 111011 | 101111 |
Color Harmonies of #C04F31
Complementary color
Monochromatic Colors of #C04F31
Black with #C04F31
Text Example
Text Example
White with #C04F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F31; }
p { color: rgb(192,79,49); }
H1.HeaderClassName
{
color: #C04F31;
}
.AnyTagClassName
{
color: #C04F31;
}
</style>
background-color css
<style>
a { background-color: #C04F31; }
a { background-color: rgb(192,79,49); }
div.DivClassName
{
background-color: #C04F31;
}
.BgClassName
{
background-color: #C04F31;
}
</style>
border-color css
<style>
span { border-color: #C04F31; }
span { border-color: rgb(192,79,49); }
td.TdClassName
{
border-color: #C04F31;
}
.TagClassName
{
border-color: #C04F31;
}
</style>