Shades of Trinidad #C6442C
Tints of Trinidad #C6442C
RGB
CMYK
RGB Variations
Color information
#C6442C (or 0xC6442C) is known color: Trinidad. HEX triplet: C6, 44 and 2C. RGB value is (198,68,44). Sum of RGB (Red+Green+Blue) = 198+68+44=310 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.87% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 198 - color contains mainly: red. Hex color #C6442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6442C is #39BBD3. Grayscale: #686868. Windows color (decimal): -3783636 or 2901190. OLE color: 2901190.
HSL color Cylindrical-coordinate representation of color #C6442C: hue angle of 9.35º 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 #C6442C is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 44 | - |
| CMYK | 0 | 0.66 | 0.78 | 0.22 |
| HSL | 9.35º | 0.64% | 0.47% | - |
| HSV(B) | 9.35º | 0.78% | 0.78% | - |
| XYZ | 25.81 | 16.32 | 4.17 | - |
| YUV | 104.13 | 94.07 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 44 | 0 | 0.66 | 0.78 | 0.22 | 9.35 | 0.64 | 0.47 |
| Hex | C6 | 44 | 2C | 0 | 42 | 4E | 16 | 9 | 40 | 2F |
| Octal | 306 | 104 | 54 | 0 | 102 | 116 | 26 | 11 | 100 | 57 |
| Binary | 11000110 | 1000100 | 101100 | 0 | 1000010 | 1001110 | 10110 | 1001 | 1000000 | 101111 |
Color Harmonies of #C6442C
Complementary color
Monochromatic Colors of #C6442C
Black with #C6442C
Text Example
Text Example
White with #C6442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6442C; }
p { color: rgb(198,68,44); }
H1.HeaderClassName
{
color: #C6442C;
}
.AnyTagClassName
{
color: #C6442C;
}
</style>
background-color css
<style>
a { background-color: #C6442C; }
a { background-color: rgb(198,68,44); }
div.DivClassName
{
background-color: #C6442C;
}
.BgClassName
{
background-color: #C6442C;
}
</style>
border-color css
<style>
span { border-color: #C6442C; }
span { border-color: rgb(198,68,44); }
td.TdClassName
{
border-color: #C6442C;
}
.TagClassName
{
border-color: #C6442C;
}
</style>