Shades of Trinidad #C6462A
Tints of Trinidad #C6462A
RGB
CMYK
RGB Variations
Color information
#C6462A (or 0xC6462A) is known color: Trinidad. HEX triplet: C6, 46 and 2A. RGB value is (198,70,42). Sum of RGB (Red+Green+Blue) = 198+70+42=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6462A is #39B9D5. Grayscale: #696969. Windows color (decimal): -3783126 or 2770630. OLE color: 2770630.
HSL color Cylindrical-coordinate representation of color #C6462A: hue angle of 10.77º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6462A is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 42 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.22 |
| HSL | 10.77º | 0.65% | 0.47% | - |
| HSV(B) | 10.77º | 0.79% | 0.78% | - |
| XYZ | 25.9 | 16.55 | 4.02 | - |
| YUV | 105.08 | 92.41 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 42 | 0 | 0.65 | 0.79 | 0.22 | 10.77 | 0.65 | 0.47 |
| Hex | C6 | 46 | 2A | 0 | 41 | 4F | 16 | B | 41 | 2F |
| Octal | 306 | 106 | 52 | 0 | 101 | 117 | 26 | 13 | 101 | 57 |
| Binary | 11000110 | 1000110 | 101010 | 0 | 1000001 | 1001111 | 10110 | 1011 | 1000001 | 101111 |
Color Harmonies of #C6462A
Complementary color
Monochromatic Colors of #C6462A
Black with #C6462A
Text Example
Text Example
White with #C6462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6462A; }
p { color: rgb(198,70,42); }
H1.HeaderClassName
{
color: #C6462A;
}
.AnyTagClassName
{
color: #C6462A;
}
</style>
background-color css
<style>
a { background-color: #C6462A; }
a { background-color: rgb(198,70,42); }
div.DivClassName
{
background-color: #C6462A;
}
.BgClassName
{
background-color: #C6462A;
}
</style>
border-color css
<style>
span { border-color: #C6462A; }
span { border-color: rgb(198,70,42); }
td.TdClassName
{
border-color: #C6462A;
}
.TagClassName
{
border-color: #C6462A;
}
</style>