Shades of Trinidad #C6502B
Tints of Trinidad #C6502B
RGB
CMYK
RGB Variations
Color information
#C6502B (or 0xC6502B) is known color: Trinidad. HEX triplet: C6, 50 and 2B. RGB value is (198,80,43). Sum of RGB (Red+Green+Blue) = 198+80+43=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C6502B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6502B is #39AFD4. Grayscale: #6F6F6F. Windows color (decimal): -3780565 or 2838726. OLE color: 2838726.
HSL color Cylindrical-coordinate representation of color #C6502B: hue angle of 14.32º 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 #C6502B is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 43 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.22 |
| HSL | 14.32º | 0.64% | 0.47% | - |
| HSV(B) | 14.32º | 0.78% | 0.78% | - |
| XYZ | 26.59 | 17.92 | 4.34 | - |
| YUV | 111.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 43 | 0 | 0.60 | 0.78 | 0.22 | 14.32 | 0.64 | 0.47 |
| Hex | C6 | 50 | 2B | 0 | 3C | 4E | 16 | E | 40 | 2F |
| Octal | 306 | 120 | 53 | 0 | 74 | 116 | 26 | 16 | 100 | 57 |
| Binary | 11000110 | 1010000 | 101011 | 0 | 111100 | 1001110 | 10110 | 1110 | 1000000 | 101111 |
Color Harmonies of #C6502B
Complementary color
Monochromatic Colors of #C6502B
Black with #C6502B
Text Example
Text Example
White with #C6502B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6502B; }
p { color: rgb(198,80,43); }
H1.HeaderClassName
{
color: #C6502B;
}
.AnyTagClassName
{
color: #C6502B;
}
</style>
background-color css
<style>
a { background-color: #C6502B; }
a { background-color: rgb(198,80,43); }
div.DivClassName
{
background-color: #C6502B;
}
.BgClassName
{
background-color: #C6502B;
}
</style>
border-color css
<style>
span { border-color: #C6502B; }
span { border-color: rgb(198,80,43); }
td.TdClassName
{
border-color: #C6502B;
}
.TagClassName
{
border-color: #C6502B;
}
</style>