Shades of Trinidad #C6462C
Tints of Trinidad #C6462C
RGB
CMYK
RGB Variations
Color information
#C6462C (or 0xC6462C) is known color: Trinidad. HEX triplet: C6, 46 and 2C. RGB value is (198,70,44). Sum of RGB (Red+Green+Blue) = 198+70+44=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C6462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6462C is #39B9D3. Grayscale: #696969. Windows color (decimal): -3783124 or 2901702. OLE color: 2901702.
HSL color Cylindrical-coordinate representation of color #C6462C: hue angle of 10.13º 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 #C6462C is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 44 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.22 |
| HSL | 10.13º | 0.64% | 0.47% | - |
| HSV(B) | 10.13º | 0.78% | 0.78% | - |
| XYZ | 25.93 | 16.57 | 4.21 | - |
| YUV | 105.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 44 | 0 | 0.65 | 0.78 | 0.22 | 10.13 | 0.64 | 0.47 |
| Hex | C6 | 46 | 2C | 0 | 41 | 4E | 16 | A | 40 | 2F |
| Octal | 306 | 106 | 54 | 0 | 101 | 116 | 26 | 12 | 100 | 57 |
| Binary | 11000110 | 1000110 | 101100 | 0 | 1000001 | 1001110 | 10110 | 1010 | 1000000 | 101111 |
Color Harmonies of #C6462C
Complementary color
Monochromatic Colors of #C6462C
Black with #C6462C
Text Example
Text Example
White with #C6462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6462C; }
p { color: rgb(198,70,44); }
H1.HeaderClassName
{
color: #C6462C;
}
.AnyTagClassName
{
color: #C6462C;
}
</style>
background-color css
<style>
a { background-color: #C6462C; }
a { background-color: rgb(198,70,44); }
div.DivClassName
{
background-color: #C6462C;
}
.BgClassName
{
background-color: #C6462C;
}
</style>
border-color css
<style>
span { border-color: #C6462C; }
span { border-color: rgb(198,70,44); }
td.TdClassName
{
border-color: #C6462C;
}
.TagClassName
{
border-color: #C6462C;
}
</style>