Shades of Trinidad #C04D28
Tints of Trinidad #C04D28
RGB
CMYK
RGB Variations
Color information
#C04D28 (or 0xC04D28) is known color: Trinidad. HEX triplet: C0, 4D and 28. RGB value is (192,77,40). Sum of RGB (Red+Green+Blue) = 192+77+40=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D28 is #3FB2D7. Grayscale: #6B6B6B. Windows color (decimal): -4174552 or 2641344. OLE color: 2641344.
HSL color Cylindrical-coordinate representation of color #C04D28: hue angle of 14.61º 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 #C04D28 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 40 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.25 |
| HSL | 14.61º | 0.66% | 0.45% | - |
| HSV(B) | 14.61º | 0.79% | 0.75% | - |
| XYZ | 24.78 | 16.67 | 3.92 | - |
| YUV | 107.17 | 90.1 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 40 | 0 | 0.60 | 0.79 | 0.25 | 14.61 | 0.66 | 0.45 |
| Hex | C0 | 4D | 28 | 0 | 3C | 4F | 19 | F | 42 | 2D |
| Octal | 300 | 115 | 50 | 0 | 74 | 117 | 31 | 17 | 102 | 55 |
| Binary | 11000000 | 1001101 | 101000 | 0 | 111100 | 1001111 | 11001 | 1111 | 1000010 | 101101 |
Color Harmonies of #C04D28
Complementary color
Monochromatic Colors of #C04D28
Black with #C04D28
Text Example
Text Example
White with #C04D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D28; }
p { color: rgb(192,77,40); }
H1.HeaderClassName
{
color: #C04D28;
}
.AnyTagClassName
{
color: #C04D28;
}
</style>
background-color css
<style>
a { background-color: #C04D28; }
a { background-color: rgb(192,77,40); }
div.DivClassName
{
background-color: #C04D28;
}
.BgClassName
{
background-color: #C04D28;
}
</style>
border-color css
<style>
span { border-color: #C04D28; }
span { border-color: rgb(192,77,40); }
td.TdClassName
{
border-color: #C04D28;
}
.TagClassName
{
border-color: #C04D28;
}
</style>