Shades of Trinidad #C64931
Tints of Trinidad #C64931
RGB
CMYK
RGB Variations
Color information
#C64931 (or 0xC64931) is known color: Trinidad. HEX triplet: C6, 49 and 31. RGB value is (198,73,49). Sum of RGB (Red+Green+Blue) = 198+73+49=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C64931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64931 is #39B6CE. Grayscale: #6B6B6B. Windows color (decimal): -3782351 or 3230150. OLE color: 3230150.
HSL color Cylindrical-coordinate representation of color #C64931: hue angle of 9.66º 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 #C64931 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 49 | - |
| CMYK | 0 | 0.63 | 0.75 | 0.22 |
| HSL | 9.66º | 0.6% | 0.48% | - |
| HSV(B) | 9.66º | 0.75% | 0.78% | - |
| XYZ | 26.23 | 16.99 | 4.8 | - |
| YUV | 107.64 | 94.91 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 49 | 0 | 0.63 | 0.75 | 0.22 | 9.66 | 0.6 | 0.48 |
| Hex | C6 | 49 | 31 | 0 | 3F | 4B | 16 | A | 3C | 30 |
| Octal | 306 | 111 | 61 | 0 | 77 | 113 | 26 | 12 | 74 | 60 |
| Binary | 11000110 | 1001001 | 110001 | 0 | 111111 | 1001011 | 10110 | 1010 | 111100 | 110000 |
Color Harmonies of #C64931
Complementary color
Monochromatic Colors of #C64931
Black with #C64931
Text Example
Text Example
White with #C64931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64931; }
p { color: rgb(198,73,49); }
H1.HeaderClassName
{
color: #C64931;
}
.AnyTagClassName
{
color: #C64931;
}
</style>
background-color css
<style>
a { background-color: #C64931; }
a { background-color: rgb(198,73,49); }
div.DivClassName
{
background-color: #C64931;
}
.BgClassName
{
background-color: #C64931;
}
</style>
border-color css
<style>
span { border-color: #C64931; }
span { border-color: rgb(198,73,49); }
td.TdClassName
{
border-color: #C64931;
}
.TagClassName
{
border-color: #C64931;
}
</style>