Shades of Trinidad #C74D32
Tints of Trinidad #C74D32
RGB
CMYK
RGB Variations
Color information
#C74D32 (or 0xC74D32) is known color: Trinidad. HEX triplet: C7, 4D and 32. RGB value is (199,77,50). Sum of RGB (Red+Green+Blue) = 199+77+50=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C74D32 is #38B2CD. Grayscale: #6E6E6E. Windows color (decimal): -3715790 or 3296711. OLE color: 3296711.
HSL color Cylindrical-coordinate representation of color #C74D32: hue angle of 10.87º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C74D32 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 50 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.22 |
| HSL | 10.87º | 0.6% | 0.49% | - |
| HSV(B) | 10.87º | 0.75% | 0.78% | - |
| XYZ | 26.78 | 17.68 | 5.02 | - |
| YUV | 110.4 | 93.92 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 50 | 0 | 0.61 | 0.75 | 0.22 | 10.87 | 0.6 | 0.49 |
| Hex | C7 | 4D | 32 | 0 | 3D | 4B | 16 | B | 3C | 31 |
| Octal | 307 | 115 | 62 | 0 | 75 | 113 | 26 | 13 | 74 | 61 |
| Binary | 11000111 | 1001101 | 110010 | 0 | 111101 | 1001011 | 10110 | 1011 | 111100 | 110001 |
Color Harmonies of #C74D32
Complementary color
Monochromatic Colors of #C74D32
Black with #C74D32
Text Example
Text Example
White with #C74D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D32; }
p { color: rgb(199,77,50); }
H1.HeaderClassName
{
color: #C74D32;
}
.AnyTagClassName
{
color: #C74D32;
}
</style>
background-color css
<style>
a { background-color: #C74D32; }
a { background-color: rgb(199,77,50); }
div.DivClassName
{
background-color: #C74D32;
}
.BgClassName
{
background-color: #C74D32;
}
</style>
border-color css
<style>
span { border-color: #C74D32; }
span { border-color: rgb(199,77,50); }
td.TdClassName
{
border-color: #C74D32;
}
.TagClassName
{
border-color: #C74D32;
}
</style>