Shades of Trinidad #C04928
Tints of Trinidad #C04928
RGB
CMYK
RGB Variations
Color information
#C04928 (or 0xC04928) is known color: Trinidad. HEX triplet: C0, 49 and 28. RGB value is (192,73,40). Sum of RGB (Red+Green+Blue) = 192+73+40=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C04928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04928 is #3FB6D7. Grayscale: #696969. Windows color (decimal): -4175576 or 2640320. OLE color: 2640320.
HSL color Cylindrical-coordinate representation of color #C04928: hue angle of 13.03º 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 #C04928 is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 40 | - |
| CMYK | 0 | 0.62 | 0.79 | 0.25 |
| HSL | 13.03º | 0.66% | 0.45% | - |
| HSV(B) | 13.03º | 0.79% | 0.75% | - |
| XYZ | 24.5 | 16.12 | 3.83 | - |
| YUV | 104.82 | 91.42 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 40 | 0 | 0.62 | 0.79 | 0.25 | 13.03 | 0.66 | 0.45 |
| Hex | C0 | 49 | 28 | 0 | 3E | 4F | 19 | D | 42 | 2D |
| Octal | 300 | 111 | 50 | 0 | 76 | 117 | 31 | 15 | 102 | 55 |
| Binary | 11000000 | 1001001 | 101000 | 0 | 111110 | 1001111 | 11001 | 1101 | 1000010 | 101101 |
Color Harmonies of #C04928
Complementary color
Monochromatic Colors of #C04928
Black with #C04928
Text Example
Text Example
White with #C04928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04928; }
p { color: rgb(192,73,40); }
H1.HeaderClassName
{
color: #C04928;
}
.AnyTagClassName
{
color: #C04928;
}
</style>
background-color css
<style>
a { background-color: #C04928; }
a { background-color: rgb(192,73,40); }
div.DivClassName
{
background-color: #C04928;
}
.BgClassName
{
background-color: #C04928;
}
</style>
border-color css
<style>
span { border-color: #C04928; }
span { border-color: rgb(192,73,40); }
td.TdClassName
{
border-color: #C04928;
}
.TagClassName
{
border-color: #C04928;
}
</style>