Shades of Trinidad #C64930
Tints of Trinidad #C64930
RGB
CMYK
RGB Variations
Color information
#C64930 (or 0xC64930) is known color: Trinidad. HEX triplet: C6, 49 and 30. RGB value is (198,73,48). Sum of RGB (Red+Green+Blue) = 198+73+48=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C64930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C64930 is #39B6CF. Grayscale: #6B6B6B. Windows color (decimal): -3782352 or 3164614. OLE color: 3164614.
HSL color Cylindrical-coordinate representation of color #C64930: hue angle of 10º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C64930 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 48 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.22 |
| HSL | 10º | 0.61% | 0.48% | - |
| HSV(B) | 10º | 0.76% | 0.78% | - |
| XYZ | 26.2 | 16.98 | 4.69 | - |
| YUV | 107.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 48 | 0 | 0.63 | 0.76 | 0.22 | 10 | 0.61 | 0.48 |
| Hex | C6 | 49 | 30 | 0 | 3F | 4C | 16 | A | 3D | 30 |
| Octal | 306 | 111 | 60 | 0 | 77 | 114 | 26 | 12 | 75 | 60 |
| Binary | 11000110 | 1001001 | 110000 | 0 | 111111 | 1001100 | 10110 | 1010 | 111101 | 110000 |
Color Harmonies of #C64930
Complementary color
Monochromatic Colors of #C64930
Black with #C64930
Text Example
Text Example
White with #C64930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64930; }
p { color: rgb(198,73,48); }
H1.HeaderClassName
{
color: #C64930;
}
.AnyTagClassName
{
color: #C64930;
}
</style>
background-color css
<style>
a { background-color: #C64930; }
a { background-color: rgb(198,73,48); }
div.DivClassName
{
background-color: #C64930;
}
.BgClassName
{
background-color: #C64930;
}
</style>
border-color css
<style>
span { border-color: #C64930; }
span { border-color: rgb(198,73,48); }
td.TdClassName
{
border-color: #C64930;
}
.TagClassName
{
border-color: #C64930;
}
</style>