Shades of Trinidad #C85122
Tints of Trinidad #C85122
RGB
CMYK
RGB Variations
Color information
#C85122 (or 0xC85122) is known color: Trinidad. HEX triplet: C8, 51 and 22. RGB value is (200,81,34). Sum of RGB (Red+Green+Blue) = 200+81+34=315 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.49% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 34 (13.67% from 255 or 10.79% from 315); Max value from RGB is 200 - color contains mainly: red. Hex color #C85122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85122 is #37AEDD. Grayscale: #6F6F6F. Windows color (decimal): -3649246 or 2249160. OLE color: 2249160.
HSL color Cylindrical-coordinate representation of color #C85122: hue angle of 16.99º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C85122 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 34 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.22 |
| HSL | 16.99º | 0.71% | 0.46% | - |
| HSV(B) | 16.99º | 0.83% | 0.78% | - |
| XYZ | 27.05 | 18.28 | 3.62 | - |
| YUV | 111.22 | 84.42 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 34 | 0 | 0.59 | 0.83 | 0.22 | 16.99 | 0.71 | 0.46 |
| Hex | C8 | 51 | 22 | 0 | 3B | 53 | 16 | 11 | 47 | 2E |
| Octal | 310 | 121 | 42 | 0 | 73 | 123 | 26 | 21 | 107 | 56 |
| Binary | 11001000 | 1010001 | 100010 | 0 | 111011 | 1010011 | 10110 | 10001 | 1000111 | 101110 |
Color Harmonies of #C85122
Complementary color
Monochromatic Colors of #C85122
Black with #C85122
Text Example
Text Example
White with #C85122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85122; }
p { color: rgb(200,81,34); }
H1.HeaderClassName
{
color: #C85122;
}
.AnyTagClassName
{
color: #C85122;
}
</style>
background-color css
<style>
a { background-color: #C85122; }
a { background-color: rgb(200,81,34); }
div.DivClassName
{
background-color: #C85122;
}
.BgClassName
{
background-color: #C85122;
}
</style>
border-color css
<style>
span { border-color: #C85122; }
span { border-color: rgb(200,81,34); }
td.TdClassName
{
border-color: #C85122;
}
.TagClassName
{
border-color: #C85122;
}
</style>