Shades of Trinidad #C6552B
Tints of Trinidad #C6552B
RGB
CMYK
RGB Variations
Color information
#C6552B (or 0xC6552B) is known color: Trinidad. HEX triplet: C6, 55 and 2B. RGB value is (198,85,43). Sum of RGB (Red+Green+Blue) = 198+85+43=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6552B is #39AAD4. Grayscale: #727272. Windows color (decimal): -3779285 or 2840006. OLE color: 2840006.
HSL color Cylindrical-coordinate representation of color #C6552B: hue angle of 16.26º 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 #C6552B is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 85 | 43 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.22 |
| HSL | 16.26º | 0.64% | 0.47% | - |
| HSV(B) | 16.26º | 0.78% | 0.78% | - |
| XYZ | 26.97 | 18.68 | 4.47 | - |
| YUV | 114 | 87.94 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 85 | 43 | 0 | 0.57 | 0.78 | 0.22 | 16.26 | 0.64 | 0.47 |
| Hex | C6 | 55 | 2B | 0 | 39 | 4E | 16 | 10 | 40 | 2F |
| Octal | 306 | 125 | 53 | 0 | 71 | 116 | 26 | 20 | 100 | 57 |
| Binary | 11000110 | 1010101 | 101011 | 0 | 111001 | 1001110 | 10110 | 10000 | 1000000 | 101111 |
Color Harmonies of #C6552B
Complementary color
Monochromatic Colors of #C6552B
Black with #C6552B
Text Example
Text Example
White with #C6552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6552B; }
p { color: rgb(198,85,43); }
H1.HeaderClassName
{
color: #C6552B;
}
.AnyTagClassName
{
color: #C6552B;
}
</style>
background-color css
<style>
a { background-color: #C6552B; }
a { background-color: rgb(198,85,43); }
div.DivClassName
{
background-color: #C6552B;
}
.BgClassName
{
background-color: #C6552B;
}
</style>
border-color css
<style>
span { border-color: #C6552B; }
span { border-color: rgb(198,85,43); }
td.TdClassName
{
border-color: #C6552B;
}
.TagClassName
{
border-color: #C6552B;
}
</style>