Shades of Trinidad #C6512C
Tints of Trinidad #C6512C
RGB
CMYK
RGB Variations
Color information
#C6512C (or 0xC6512C) is known color: Trinidad. HEX triplet: C6, 51 and 2C. RGB value is (198,81,44). Sum of RGB (Red+Green+Blue) = 198+81+44=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6512C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6512C is #39AED3. Grayscale: #707070. Windows color (decimal): -3780308 or 2904518. OLE color: 2904518.
HSL color Cylindrical-coordinate representation of color #C6512C: hue angle of 14.42º 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 #C6512C is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 44 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.22 |
| HSL | 14.42º | 0.64% | 0.47% | - |
| HSV(B) | 14.42º | 0.78% | 0.78% | - |
| XYZ | 26.69 | 18.07 | 4.46 | - |
| YUV | 111.77 | 89.76 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 44 | 0 | 0.59 | 0.78 | 0.22 | 14.42 | 0.64 | 0.47 |
| Hex | C6 | 51 | 2C | 0 | 3B | 4E | 16 | E | 40 | 2F |
| Octal | 306 | 121 | 54 | 0 | 73 | 116 | 26 | 16 | 100 | 57 |
| Binary | 11000110 | 1010001 | 101100 | 0 | 111011 | 1001110 | 10110 | 1110 | 1000000 | 101111 |
Color Harmonies of #C6512C
Complementary color
Monochromatic Colors of #C6512C
Black with #C6512C
Text Example
Text Example
White with #C6512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6512C; }
p { color: rgb(198,81,44); }
H1.HeaderClassName
{
color: #C6512C;
}
.AnyTagClassName
{
color: #C6512C;
}
</style>
background-color css
<style>
a { background-color: #C6512C; }
a { background-color: rgb(198,81,44); }
div.DivClassName
{
background-color: #C6512C;
}
.BgClassName
{
background-color: #C6512C;
}
</style>
border-color css
<style>
span { border-color: #C6512C; }
span { border-color: rgb(198,81,44); }
td.TdClassName
{
border-color: #C6512C;
}
.TagClassName
{
border-color: #C6512C;
}
</style>