Shades of Trinidad #C85528
Tints of Trinidad #C85528
RGB
CMYK
RGB Variations
Color information
#C85528 (or 0xC85528) is known color: Trinidad. HEX triplet: C8, 55 and 28. RGB value is (200,85,40). Sum of RGB (Red+Green+Blue) = 200+85+40=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C85528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85528 is #37AAD7. Grayscale: #727272. Windows color (decimal): -3648216 or 2643400. OLE color: 2643400.
HSL color Cylindrical-coordinate representation of color #C85528: hue angle of 16.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C85528 is Cyan = 0, Magento = 0.58, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 40 | - |
| CMYK | 0 | 0.58 | 0.8 | 0.22 |
| HSL | 16.88º | 0.67% | 0.47% | - |
| HSV(B) | 16.88º | 0.8% | 0.78% | - |
| XYZ | 27.45 | 18.93 | 4.21 | - |
| YUV | 114.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 40 | 0 | 0.58 | 0.8 | 0.22 | 16.88 | 0.67 | 0.47 |
| Hex | C8 | 55 | 28 | 0 | 3A | 50 | 16 | 11 | 43 | 2F |
| Octal | 310 | 125 | 50 | 0 | 72 | 120 | 26 | 21 | 103 | 57 |
| Binary | 11001000 | 1010101 | 101000 | 0 | 111010 | 1010000 | 10110 | 10001 | 1000011 | 101111 |
Color Harmonies of #C85528
Complementary color
Monochromatic Colors of #C85528
Black with #C85528
Text Example
Text Example
White with #C85528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85528; }
p { color: rgb(200,85,40); }
H1.HeaderClassName
{
color: #C85528;
}
.AnyTagClassName
{
color: #C85528;
}
</style>
background-color css
<style>
a { background-color: #C85528; }
a { background-color: rgb(200,85,40); }
div.DivClassName
{
background-color: #C85528;
}
.BgClassName
{
background-color: #C85528;
}
</style>
border-color css
<style>
span { border-color: #C85528; }
span { border-color: rgb(200,85,40); }
td.TdClassName
{
border-color: #C85528;
}
.TagClassName
{
border-color: #C85528;
}
</style>