Shades of Trinidad #C8522E
Tints of Trinidad #C8522E
RGB
CMYK
RGB Variations
Color information
#C8522E (or 0xC8522E) is known color: Trinidad. HEX triplet: C8, 52 and 2E. RGB value is (200,82,46). Sum of RGB (Red+Green+Blue) = 200+82+46=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8522E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8522E is #37ADD1. Grayscale: #717171. Windows color (decimal): -3648978 or 3035848. OLE color: 3035848.
HSL color Cylindrical-coordinate representation of color #C8522E: hue angle of 14.03º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8522E is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 46 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.22 |
| HSL | 14.03º | 0.63% | 0.48% | - |
| HSV(B) | 14.03º | 0.77% | 0.78% | - |
| XYZ | 27.33 | 18.51 | 4.72 | - |
| YUV | 113.18 | 90.09 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 46 | 0 | 0.59 | 0.77 | 0.22 | 14.03 | 0.63 | 0.48 |
| Hex | C8 | 52 | 2E | 0 | 3B | 4D | 16 | E | 3F | 30 |
| Octal | 310 | 122 | 56 | 0 | 73 | 115 | 26 | 16 | 77 | 60 |
| Binary | 11001000 | 1010010 | 101110 | 0 | 111011 | 1001101 | 10110 | 1110 | 111111 | 110000 |
Color Harmonies of #C8522E
Complementary color
Monochromatic Colors of #C8522E
Black with #C8522E
Text Example
Text Example
White with #C8522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8522E; }
p { color: rgb(200,82,46); }
H1.HeaderClassName
{
color: #C8522E;
}
.AnyTagClassName
{
color: #C8522E;
}
</style>
background-color css
<style>
a { background-color: #C8522E; }
a { background-color: rgb(200,82,46); }
div.DivClassName
{
background-color: #C8522E;
}
.BgClassName
{
background-color: #C8522E;
}
</style>
border-color css
<style>
span { border-color: #C8522E; }
span { border-color: rgb(200,82,46); }
td.TdClassName
{
border-color: #C8522E;
}
.TagClassName
{
border-color: #C8522E;
}
</style>