Shades of Trinidad #C04C28
Tints of Trinidad #C04C28
RGB
CMYK
RGB Variations
Color information
#C04C28 (or 0xC04C28) is known color: Trinidad. HEX triplet: C0, 4C and 28. RGB value is (192,76,40). Sum of RGB (Red+Green+Blue) = 192+76+40=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C28 is #3FB3D7. Grayscale: #6A6A6A. Windows color (decimal): -4174808 or 2641088. OLE color: 2641088.
HSL color Cylindrical-coordinate representation of color #C04C28: hue angle of 14.21º 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 #C04C28 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 40 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.25 |
| HSL | 14.21º | 0.66% | 0.45% | - |
| HSV(B) | 14.21º | 0.79% | 0.75% | - |
| XYZ | 24.71 | 16.53 | 3.9 | - |
| YUV | 106.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 40 | 0 | 0.60 | 0.79 | 0.25 | 14.21 | 0.66 | 0.45 |
| Hex | C0 | 4C | 28 | 0 | 3C | 4F | 19 | E | 42 | 2D |
| Octal | 300 | 114 | 50 | 0 | 74 | 117 | 31 | 16 | 102 | 55 |
| Binary | 11000000 | 1001100 | 101000 | 0 | 111100 | 1001111 | 11001 | 1110 | 1000010 | 101101 |
Color Harmonies of #C04C28
Complementary color
Monochromatic Colors of #C04C28
Black with #C04C28
Text Example
Text Example
White with #C04C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C28; }
p { color: rgb(192,76,40); }
H1.HeaderClassName
{
color: #C04C28;
}
.AnyTagClassName
{
color: #C04C28;
}
</style>
background-color css
<style>
a { background-color: #C04C28; }
a { background-color: rgb(192,76,40); }
div.DivClassName
{
background-color: #C04C28;
}
.BgClassName
{
background-color: #C04C28;
}
</style>
border-color css
<style>
span { border-color: #C04C28; }
span { border-color: rgb(192,76,40); }
td.TdClassName
{
border-color: #C04C28;
}
.TagClassName
{
border-color: #C04C28;
}
</style>