Shades of Trinidad #C6511C
Tints of Trinidad #C6511C
RGB
CMYK
RGB Variations
Color information
#C6511C (or 0xC6511C) is known color: Trinidad. HEX triplet: C6, 51 and 1C. RGB value is (198,81,28). Sum of RGB (Red+Green+Blue) = 198+81+28=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6511C is #39AEE3. Grayscale: #6E6E6E. Windows color (decimal): -3780324 or 1855942. OLE color: 1855942.
HSL color Cylindrical-coordinate representation of color #C6511C: hue angle of 18.71º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6511C is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 28 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.22 |
| HSL | 18.71º | 0.75% | 0.44% | - |
| HSV(B) | 18.71º | 0.86% | 0.78% | - |
| XYZ | 26.44 | 17.97 | 3.17 | - |
| YUV | 109.94 | 81.76 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 28 | 0 | 0.59 | 0.86 | 0.22 | 18.71 | 0.75 | 0.44 |
| Hex | C6 | 51 | 1C | 0 | 3B | 56 | 16 | 13 | 4B | 2C |
| Octal | 306 | 121 | 34 | 0 | 73 | 126 | 26 | 23 | 113 | 54 |
| Binary | 11000110 | 1010001 | 11100 | 0 | 111011 | 1010110 | 10110 | 10011 | 1001011 | 101100 |
Color Harmonies of #C6511C
Complementary color
Monochromatic Colors of #C6511C
Black with #C6511C
Text Example
Text Example
White with #C6511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6511C; }
p { color: rgb(198,81,28); }
H1.HeaderClassName
{
color: #C6511C;
}
.AnyTagClassName
{
color: #C6511C;
}
</style>
background-color css
<style>
a { background-color: #C6511C; }
a { background-color: rgb(198,81,28); }
div.DivClassName
{
background-color: #C6511C;
}
.BgClassName
{
background-color: #C6511C;
}
</style>
border-color css
<style>
span { border-color: #C6511C; }
span { border-color: rgb(198,81,28); }
td.TdClassName
{
border-color: #C6511C;
}
.TagClassName
{
border-color: #C6511C;
}
</style>