Shades of Trinidad #C85634
Tints of Trinidad #C85634
RGB
CMYK
RGB Variations
Color information
#C85634 (or 0xC85634) is known color: Trinidad. HEX triplet: C8, 56 and 34. RGB value is (200,86,52). Sum of RGB (Red+Green+Blue) = 200+86+52=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C85634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85634 is #37A9CB. Grayscale: #747474. Windows color (decimal): -3647948 or 3430088. OLE color: 3430088.
HSL color Cylindrical-coordinate representation of color #C85634: hue angle of 13.78º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C85634 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 52 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.22 |
| HSL | 13.78º | 0.59% | 0.49% | - |
| HSV(B) | 13.78º | 0.74% | 0.78% | - |
| XYZ | 27.77 | 19.18 | 5.49 | - |
| YUV | 116.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 52 | 0 | 0.57 | 0.74 | 0.22 | 13.78 | 0.59 | 0.49 |
| Hex | C8 | 56 | 34 | 0 | 39 | 4A | 16 | E | 3B | 31 |
| Octal | 310 | 126 | 64 | 0 | 71 | 112 | 26 | 16 | 73 | 61 |
| Binary | 11001000 | 1010110 | 110100 | 0 | 111001 | 1001010 | 10110 | 1110 | 111011 | 110001 |
Color Harmonies of #C85634
Complementary color
Monochromatic Colors of #C85634
Black with #C85634
Text Example
Text Example
White with #C85634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85634; }
p { color: rgb(200,86,52); }
H1.HeaderClassName
{
color: #C85634;
}
.AnyTagClassName
{
color: #C85634;
}
</style>
background-color css
<style>
a { background-color: #C85634; }
a { background-color: rgb(200,86,52); }
div.DivClassName
{
background-color: #C85634;
}
.BgClassName
{
background-color: #C85634;
}
</style>
border-color css
<style>
span { border-color: #C85634; }
span { border-color: rgb(200,86,52); }
td.TdClassName
{
border-color: #C85634;
}
.TagClassName
{
border-color: #C85634;
}
</style>