Shades of Trinidad #C6492B
Tints of Trinidad #C6492B
RGB
CMYK
RGB Variations
Color information
#C6492B (or 0xC6492B) is known color: Trinidad. HEX triplet: C6, 49 and 2B. RGB value is (198,73,43). Sum of RGB (Red+Green+Blue) = 198+73+43=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C6492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6492B is #39B6D4. Grayscale: #6B6B6B. Windows color (decimal): -3782357 or 2836934. OLE color: 2836934.
HSL color Cylindrical-coordinate representation of color #C6492B: hue angle of 11.61º 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 #C6492B is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 43 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.22 |
| HSL | 11.61º | 0.64% | 0.47% | - |
| HSV(B) | 11.61º | 0.78% | 0.78% | - |
| XYZ | 26.11 | 16.95 | 4.18 | - |
| YUV | 106.96 | 91.91 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 43 | 0 | 0.63 | 0.78 | 0.22 | 11.61 | 0.64 | 0.47 |
| Hex | C6 | 49 | 2B | 0 | 3F | 4E | 16 | C | 40 | 2F |
| Octal | 306 | 111 | 53 | 0 | 77 | 116 | 26 | 14 | 100 | 57 |
| Binary | 11000110 | 1001001 | 101011 | 0 | 111111 | 1001110 | 10110 | 1100 | 1000000 | 101111 |
Color Harmonies of #C6492B
Complementary color
Monochromatic Colors of #C6492B
Black with #C6492B
Text Example
Text Example
White with #C6492B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6492B; }
p { color: rgb(198,73,43); }
H1.HeaderClassName
{
color: #C6492B;
}
.AnyTagClassName
{
color: #C6492B;
}
</style>
background-color css
<style>
a { background-color: #C6492B; }
a { background-color: rgb(198,73,43); }
div.DivClassName
{
background-color: #C6492B;
}
.BgClassName
{
background-color: #C6492B;
}
</style>
border-color css
<style>
span { border-color: #C6492B; }
span { border-color: rgb(198,73,43); }
td.TdClassName
{
border-color: #C6492B;
}
.TagClassName
{
border-color: #C6492B;
}
</style>