Shades of Trinidad #C04626
Tints of Trinidad #C04626
RGB
CMYK
RGB Variations
Color information
#C04626 (or 0xC04626) is known color: Trinidad. HEX triplet: C0, 46 and 26. RGB value is (192,70,38). Sum of RGB (Red+Green+Blue) = 192+70+38=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C04626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04626 is #3FB9D9. Grayscale: #676767. Windows color (decimal): -4176346 or 2508480. OLE color: 2508480.
HSL color Cylindrical-coordinate representation of color #C04626: hue angle of 12.47º degrees, saturation: 0.67, 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 #C04626 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 70 | 38 | - |
| CMYK | 0 | 0.64 | 0.80 | 0.25 |
| HSL | 12.47º | 0.67% | 0.45% | - |
| HSV(B) | 12.47º | 0.8% | 0.75% | - |
| XYZ | 24.28 | 15.73 | 3.59 | - |
| YUV | 102.83 | 91.42 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 70 | 38 | 0 | 0.64 | 0.80 | 0.25 | 12.47 | 0.67 | 0.45 |
| Hex | C0 | 46 | 26 | 0 | 40 | 50 | 19 | C | 43 | 2D |
| Octal | 300 | 106 | 46 | 0 | 100 | 120 | 31 | 14 | 103 | 55 |
| Binary | 11000000 | 1000110 | 100110 | 0 | 1000000 | 1010000 | 11001 | 1100 | 1000011 | 101101 |
Color Harmonies of #C04626
Complementary color
Monochromatic Colors of #C04626
Black with #C04626
Text Example
Text Example
White with #C04626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04626; }
p { color: rgb(192,70,38); }
H1.HeaderClassName
{
color: #C04626;
}
.AnyTagClassName
{
color: #C04626;
}
</style>
background-color css
<style>
a { background-color: #C04626; }
a { background-color: rgb(192,70,38); }
div.DivClassName
{
background-color: #C04626;
}
.BgClassName
{
background-color: #C04626;
}
</style>
border-color css
<style>
span { border-color: #C04626; }
span { border-color: rgb(192,70,38); }
td.TdClassName
{
border-color: #C04626;
}
.TagClassName
{
border-color: #C04626;
}
</style>