Shades of Trinidad #C64F31
Tints of Trinidad #C64F31
RGB
CMYK
RGB Variations
Color information
#C64F31 (or 0xC64F31) is known color: Trinidad. HEX triplet: C6, 4F and 31. RGB value is (198,79,49). Sum of RGB (Red+Green+Blue) = 198+79+49=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C64F31 is #39B0CE. Grayscale: #6F6F6F. Windows color (decimal): -3780815 or 3231686. OLE color: 3231686.
HSL color Cylindrical-coordinate representation of color #C64F31: hue angle of 12.08º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C64F31 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 49 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.22 |
| HSL | 12.08º | 0.6% | 0.48% | - |
| HSV(B) | 12.08º | 0.75% | 0.78% | - |
| XYZ | 26.64 | 17.82 | 4.94 | - |
| YUV | 111.16 | 92.92 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 49 | 0 | 0.60 | 0.75 | 0.22 | 12.08 | 0.6 | 0.48 |
| Hex | C6 | 4F | 31 | 0 | 3C | 4B | 16 | C | 3C | 30 |
| Octal | 306 | 117 | 61 | 0 | 74 | 113 | 26 | 14 | 74 | 60 |
| Binary | 11000110 | 1001111 | 110001 | 0 | 111100 | 1001011 | 10110 | 1100 | 111100 | 110000 |
Color Harmonies of #C64F31
Complementary color
Monochromatic Colors of #C64F31
Black with #C64F31
Text Example
Text Example
White with #C64F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F31; }
p { color: rgb(198,79,49); }
H1.HeaderClassName
{
color: #C64F31;
}
.AnyTagClassName
{
color: #C64F31;
}
</style>
background-color css
<style>
a { background-color: #C64F31; }
a { background-color: rgb(198,79,49); }
div.DivClassName
{
background-color: #C64F31;
}
.BgClassName
{
background-color: #C64F31;
}
</style>
border-color css
<style>
span { border-color: #C64F31; }
span { border-color: rgb(198,79,49); }
td.TdClassName
{
border-color: #C64F31;
}
.TagClassName
{
border-color: #C64F31;
}
</style>