Shades of Trinidad #C74628
Tints of Trinidad #C74628
RGB
CMYK
RGB Variations
Color information
#C74628 (or 0xC74628) is known color: Trinidad. HEX triplet: C7, 46 and 28. RGB value is (199,70,40). Sum of RGB (Red+Green+Blue) = 199+70+40=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C74628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74628 is #38B9D7. Grayscale: #696969. Windows color (decimal): -3717592 or 2639559. OLE color: 2639559.
HSL color Cylindrical-coordinate representation of color #C74628: hue angle of 11.32º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C74628 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 40 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.22 |
| HSL | 11.32º | 0.67% | 0.47% | - |
| HSV(B) | 11.32º | 0.8% | 0.78% | - |
| XYZ | 26.13 | 16.68 | 3.85 | - |
| YUV | 105.15 | 91.24 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 40 | 0 | 0.65 | 0.80 | 0.22 | 11.32 | 0.67 | 0.47 |
| Hex | C7 | 46 | 28 | 0 | 41 | 50 | 16 | B | 43 | 2F |
| Octal | 307 | 106 | 50 | 0 | 101 | 120 | 26 | 13 | 103 | 57 |
| Binary | 11000111 | 1000110 | 101000 | 0 | 1000001 | 1010000 | 10110 | 1011 | 1000011 | 101111 |
Color Harmonies of #C74628
Complementary color
Monochromatic Colors of #C74628
Black with #C74628
Text Example
Text Example
White with #C74628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74628; }
p { color: rgb(199,70,40); }
H1.HeaderClassName
{
color: #C74628;
}
.AnyTagClassName
{
color: #C74628;
}
</style>
background-color css
<style>
a { background-color: #C74628; }
a { background-color: rgb(199,70,40); }
div.DivClassName
{
background-color: #C74628;
}
.BgClassName
{
background-color: #C74628;
}
</style>
border-color css
<style>
span { border-color: #C74628; }
span { border-color: rgb(199,70,40); }
td.TdClassName
{
border-color: #C74628;
}
.TagClassName
{
border-color: #C74628;
}
</style>