Shades of Trinidad #C85624
Tints of Trinidad #C85624
RGB
CMYK
RGB Variations
Color information
#C85624 (or 0xC85624) is known color: Trinidad. HEX triplet: C8, 56 and 24. RGB value is (200,86,36). Sum of RGB (Red+Green+Blue) = 200+86+36=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C85624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85624 is #37A9DB. Grayscale: #727272. Windows color (decimal): -3647964 or 2381512. OLE color: 2381512.
HSL color Cylindrical-coordinate representation of color #C85624: hue angle of 18.29º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C85624 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 36 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.22 |
| HSL | 18.29º | 0.69% | 0.46% | - |
| HSV(B) | 18.29º | 0.82% | 0.78% | - |
| XYZ | 27.47 | 19.06 | 3.9 | - |
| YUV | 114.39 | 83.77 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 36 | 0 | 0.57 | 0.82 | 0.22 | 18.29 | 0.69 | 0.46 |
| Hex | C8 | 56 | 24 | 0 | 39 | 52 | 16 | 12 | 45 | 2E |
| Octal | 310 | 126 | 44 | 0 | 71 | 122 | 26 | 22 | 105 | 56 |
| Binary | 11001000 | 1010110 | 100100 | 0 | 111001 | 1010010 | 10110 | 10010 | 1000101 | 101110 |
Color Harmonies of #C85624
Complementary color
Monochromatic Colors of #C85624
Black with #C85624
Text Example
Text Example
White with #C85624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85624; }
p { color: rgb(200,86,36); }
H1.HeaderClassName
{
color: #C85624;
}
.AnyTagClassName
{
color: #C85624;
}
</style>
background-color css
<style>
a { background-color: #C85624; }
a { background-color: rgb(200,86,36); }
div.DivClassName
{
background-color: #C85624;
}
.BgClassName
{
background-color: #C85624;
}
</style>
border-color css
<style>
span { border-color: #C85624; }
span { border-color: rgb(200,86,36); }
td.TdClassName
{
border-color: #C85624;
}
.TagClassName
{
border-color: #C85624;
}
</style>