Shades of Trinidad #C6532B
Tints of Trinidad #C6532B
RGB
CMYK
RGB Variations
Color information
#C6532B (or 0xC6532B) is known color: Trinidad. HEX triplet: C6, 53 and 2B. RGB value is (198,83,43). Sum of RGB (Red+Green+Blue) = 198+83+43=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6532B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6532B is #39ACD4. Grayscale: #717171. Windows color (decimal): -3779797 or 2839494. OLE color: 2839494.
HSL color Cylindrical-coordinate representation of color #C6532B: hue angle of 15.48º 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 #C6532B is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 43 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.22 |
| HSL | 15.48º | 0.64% | 0.47% | - |
| HSV(B) | 15.48º | 0.78% | 0.78% | - |
| XYZ | 26.82 | 18.37 | 4.42 | - |
| YUV | 112.83 | 88.6 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 43 | 0 | 0.58 | 0.78 | 0.22 | 15.48 | 0.64 | 0.47 |
| Hex | C6 | 53 | 2B | 0 | 3A | 4E | 16 | F | 40 | 2F |
| Octal | 306 | 123 | 53 | 0 | 72 | 116 | 26 | 17 | 100 | 57 |
| Binary | 11000110 | 1010011 | 101011 | 0 | 111010 | 1001110 | 10110 | 1111 | 1000000 | 101111 |
Color Harmonies of #C6532B
Complementary color
Monochromatic Colors of #C6532B
Black with #C6532B
Text Example
Text Example
White with #C6532B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6532B; }
p { color: rgb(198,83,43); }
H1.HeaderClassName
{
color: #C6532B;
}
.AnyTagClassName
{
color: #C6532B;
}
</style>
background-color css
<style>
a { background-color: #C6532B; }
a { background-color: rgb(198,83,43); }
div.DivClassName
{
background-color: #C6532B;
}
.BgClassName
{
background-color: #C6532B;
}
</style>
border-color css
<style>
span { border-color: #C6532B; }
span { border-color: rgb(198,83,43); }
td.TdClassName
{
border-color: #C6532B;
}
.TagClassName
{
border-color: #C6532B;
}
</style>