Shades of Trinidad #C6472B
Tints of Trinidad #C6472B
RGB
CMYK
RGB Variations
Color information
#C6472B (or 0xC6472B) is known color: Trinidad. HEX triplet: C6, 47 and 2B. RGB value is (198,71,43). Sum of RGB (Red+Green+Blue) = 198+71+43=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C6472B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6472B is #39B8D4. Grayscale: #6A6A6A. Windows color (decimal): -3782869 or 2836422. OLE color: 2836422.
HSL color Cylindrical-coordinate representation of color #C6472B: hue angle of 10.84º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6472B is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 43 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.22 |
| HSL | 10.84º | 0.64% | 0.47% | - |
| HSV(B) | 10.84º | 0.78% | 0.78% | - |
| XYZ | 25.98 | 16.69 | 4.14 | - |
| YUV | 105.78 | 92.58 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 43 | 0 | 0.64 | 0.78 | 0.22 | 10.84 | 0.64 | 0.47 |
| Hex | C6 | 47 | 2B | 0 | 40 | 4E | 16 | B | 40 | 2F |
| Octal | 306 | 107 | 53 | 0 | 100 | 116 | 26 | 13 | 100 | 57 |
| Binary | 11000110 | 1000111 | 101011 | 0 | 1000000 | 1001110 | 10110 | 1011 | 1000000 | 101111 |
Color Harmonies of #C6472B
Complementary color
Monochromatic Colors of #C6472B
Black with #C6472B
Text Example
Text Example
White with #C6472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6472B; }
p { color: rgb(198,71,43); }
H1.HeaderClassName
{
color: #C6472B;
}
.AnyTagClassName
{
color: #C6472B;
}
</style>
background-color css
<style>
a { background-color: #C6472B; }
a { background-color: rgb(198,71,43); }
div.DivClassName
{
background-color: #C6472B;
}
.BgClassName
{
background-color: #C6472B;
}
</style>
border-color css
<style>
span { border-color: #C6472B; }
span { border-color: rgb(198,71,43); }
td.TdClassName
{
border-color: #C6472B;
}
.TagClassName
{
border-color: #C6472B;
}
</style>