Shades of Trinidad #C04C27
Tints of Trinidad #C04C27
RGB
CMYK
RGB Variations
Color information
#C04C27 (or 0xC04C27) is known color: Trinidad. HEX triplet: C0, 4C and 27. RGB value is (192,76,39). Sum of RGB (Red+Green+Blue) = 192+76+39=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C27 is #3FB3D8. Grayscale: #6A6A6A. Windows color (decimal): -4174809 or 2575552. OLE color: 2575552.
HSL color Cylindrical-coordinate representation of color #C04C27: hue angle of 14.51º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C04C27 is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 39 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.25 |
| HSL | 14.51º | 0.66% | 0.45% | - |
| HSV(B) | 14.51º | 0.8% | 0.75% | - |
| XYZ | 24.69 | 16.52 | 3.81 | - |
| YUV | 106.47 | 89.93 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 39 | 0 | 0.60 | 0.80 | 0.25 | 14.51 | 0.66 | 0.45 |
| Hex | C0 | 4C | 27 | 0 | 3C | 50 | 19 | F | 42 | 2D |
| Octal | 300 | 114 | 47 | 0 | 74 | 120 | 31 | 17 | 102 | 55 |
| Binary | 11000000 | 1001100 | 100111 | 0 | 111100 | 1010000 | 11001 | 1111 | 1000010 | 101101 |
Color Harmonies of #C04C27
Complementary color
Monochromatic Colors of #C04C27
Black with #C04C27
Text Example
Text Example
White with #C04C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C27; }
p { color: rgb(192,76,39); }
H1.HeaderClassName
{
color: #C04C27;
}
.AnyTagClassName
{
color: #C04C27;
}
</style>
background-color css
<style>
a { background-color: #C04C27; }
a { background-color: rgb(192,76,39); }
div.DivClassName
{
background-color: #C04C27;
}
.BgClassName
{
background-color: #C04C27;
}
</style>
border-color css
<style>
span { border-color: #C04C27; }
span { border-color: rgb(192,76,39); }
td.TdClassName
{
border-color: #C04C27;
}
.TagClassName
{
border-color: #C04C27;
}
</style>