Shades of Trinidad #C6522C
Tints of Trinidad #C6522C
RGB
CMYK
RGB Variations
Color information
#C6522C (or 0xC6522C) is known color: Trinidad. HEX triplet: C6, 52 and 2C. RGB value is (198,82,44). Sum of RGB (Red+Green+Blue) = 198+82+44=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6522C is #39ADD3. Grayscale: #707070. Windows color (decimal): -3780052 or 2904774. OLE color: 2904774.
HSL color Cylindrical-coordinate representation of color #C6522C: hue angle of 14.81º 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 #C6522C is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 44 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.22 |
| HSL | 14.81º | 0.64% | 0.47% | - |
| HSV(B) | 14.81º | 0.78% | 0.78% | - |
| XYZ | 26.76 | 18.22 | 4.49 | - |
| YUV | 112.35 | 89.43 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 44 | 0 | 0.59 | 0.78 | 0.22 | 14.81 | 0.64 | 0.47 |
| Hex | C6 | 52 | 2C | 0 | 3B | 4E | 16 | F | 40 | 2F |
| Octal | 306 | 122 | 54 | 0 | 73 | 116 | 26 | 17 | 100 | 57 |
| Binary | 11000110 | 1010010 | 101100 | 0 | 111011 | 1001110 | 10110 | 1111 | 1000000 | 101111 |
Color Harmonies of #C6522C
Complementary color
Monochromatic Colors of #C6522C
Black with #C6522C
Text Example
Text Example
White with #C6522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6522C; }
p { color: rgb(198,82,44); }
H1.HeaderClassName
{
color: #C6522C;
}
.AnyTagClassName
{
color: #C6522C;
}
</style>
background-color css
<style>
a { background-color: #C6522C; }
a { background-color: rgb(198,82,44); }
div.DivClassName
{
background-color: #C6522C;
}
.BgClassName
{
background-color: #C6522C;
}
</style>
border-color css
<style>
span { border-color: #C6522C; }
span { border-color: rgb(198,82,44); }
td.TdClassName
{
border-color: #C6522C;
}
.TagClassName
{
border-color: #C6522C;
}
</style>