Shades of Trinidad #C85132
Tints of Trinidad #C85132
RGB
CMYK
RGB Variations
Color information
#C85132 (or 0xC85132) is known color: Trinidad. HEX triplet: C8, 51 and 32. RGB value is (200,81,50). Sum of RGB (Red+Green+Blue) = 200+81+50=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C85132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85132 is #37AECD. Grayscale: #717171. Windows color (decimal): -3649230 or 3297736. OLE color: 3297736.
HSL color Cylindrical-coordinate representation of color #C85132: hue angle of 12.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C85132 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 50 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.22 |
| HSL | 12.4º | 0.6% | 0.49% | - |
| HSV(B) | 12.4º | 0.75% | 0.78% | - |
| XYZ | 27.34 | 18.39 | 5.13 | - |
| YUV | 113.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 50 | 0 | 0.59 | 0.75 | 0.22 | 12.4 | 0.6 | 0.49 |
| Hex | C8 | 51 | 32 | 0 | 3B | 4B | 16 | C | 3C | 31 |
| Octal | 310 | 121 | 62 | 0 | 73 | 113 | 26 | 14 | 74 | 61 |
| Binary | 11001000 | 1010001 | 110010 | 0 | 111011 | 1001011 | 10110 | 1100 | 111100 | 110001 |
Color Harmonies of #C85132
Complementary color
Monochromatic Colors of #C85132
Black with #C85132
Text Example
Text Example
White with #C85132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85132; }
p { color: rgb(200,81,50); }
H1.HeaderClassName
{
color: #C85132;
}
.AnyTagClassName
{
color: #C85132;
}
</style>
background-color css
<style>
a { background-color: #C85132; }
a { background-color: rgb(200,81,50); }
div.DivClassName
{
background-color: #C85132;
}
.BgClassName
{
background-color: #C85132;
}
</style>
border-color css
<style>
span { border-color: #C85132; }
span { border-color: rgb(200,81,50); }
td.TdClassName
{
border-color: #C85132;
}
.TagClassName
{
border-color: #C85132;
}
</style>