Shades of Trinidad #C85734
Tints of Trinidad #C85734
RGB
CMYK
RGB Variations
Color information
#C85734 (or 0xC85734) is known color: Trinidad. HEX triplet: C8, 57 and 34. RGB value is (200,87,52). Sum of RGB (Red+Green+Blue) = 200+87+52=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C85734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85734 is #37A8CB. Grayscale: #757575. Windows color (decimal): -3647692 or 3430344. OLE color: 3430344.
HSL color Cylindrical-coordinate representation of color #C85734: hue angle of 14.19º 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 #C85734 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 52 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.22 |
| HSL | 14.19º | 0.59% | 0.49% | - |
| HSV(B) | 14.19º | 0.74% | 0.78% | - |
| XYZ | 27.85 | 19.34 | 5.51 | - |
| YUV | 116.8 | 91.44 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 52 | 0 | 0.56 | 0.74 | 0.22 | 14.19 | 0.59 | 0.49 |
| Hex | C8 | 57 | 34 | 0 | 38 | 4A | 16 | E | 3B | 31 |
| Octal | 310 | 127 | 64 | 0 | 70 | 112 | 26 | 16 | 73 | 61 |
| Binary | 11001000 | 1010111 | 110100 | 0 | 111000 | 1001010 | 10110 | 1110 | 111011 | 110001 |
Color Harmonies of #C85734
Complementary color
Monochromatic Colors of #C85734
Black with #C85734
Text Example
Text Example
White with #C85734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85734; }
p { color: rgb(200,87,52); }
H1.HeaderClassName
{
color: #C85734;
}
.AnyTagClassName
{
color: #C85734;
}
</style>
background-color css
<style>
a { background-color: #C85734; }
a { background-color: rgb(200,87,52); }
div.DivClassName
{
background-color: #C85734;
}
.BgClassName
{
background-color: #C85734;
}
</style>
border-color css
<style>
span { border-color: #C85734; }
span { border-color: rgb(200,87,52); }
td.TdClassName
{
border-color: #C85734;
}
.TagClassName
{
border-color: #C85734;
}
</style>