Shades of Trinidad #C04E30
Tints of Trinidad #C04E30
RGB
CMYK
RGB Variations
Color information
#C04E30 (or 0xC04E30) is known color: Trinidad. HEX triplet: C0, 4E and 30. RGB value is (192,78,48). Sum of RGB (Red+Green+Blue) = 192+78+48=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E30 is #3FB1CF. Grayscale: #6C6C6C. Windows color (decimal): -4174288 or 3165888. OLE color: 3165888.
HSL color Cylindrical-coordinate representation of color #C04E30: hue angle of 12.5º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C04E30 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 48 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.25 |
| HSL | 12.5º | 0.6% | 0.47% | - |
| HSV(B) | 12.5º | 0.75% | 0.75% | - |
| XYZ | 25 | 16.87 | 4.73 | - |
| YUV | 108.67 | 93.77 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 48 | 0 | 0.59 | 0.75 | 0.25 | 12.5 | 0.6 | 0.47 |
| Hex | C0 | 4E | 30 | 0 | 3B | 4B | 19 | C | 3C | 2F |
| Octal | 300 | 116 | 60 | 0 | 73 | 113 | 31 | 14 | 74 | 57 |
| Binary | 11000000 | 1001110 | 110000 | 0 | 111011 | 1001011 | 11001 | 1100 | 111100 | 101111 |
Color Harmonies of #C04E30
Complementary color
Monochromatic Colors of #C04E30
Black with #C04E30
Text Example
Text Example
White with #C04E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E30; }
p { color: rgb(192,78,48); }
H1.HeaderClassName
{
color: #C04E30;
}
.AnyTagClassName
{
color: #C04E30;
}
</style>
background-color css
<style>
a { background-color: #C04E30; }
a { background-color: rgb(192,78,48); }
div.DivClassName
{
background-color: #C04E30;
}
.BgClassName
{
background-color: #C04E30;
}
</style>
border-color css
<style>
span { border-color: #C04E30; }
span { border-color: rgb(192,78,48); }
td.TdClassName
{
border-color: #C04E30;
}
.TagClassName
{
border-color: #C04E30;
}
</style>