Shades of Trinidad #C85228
Tints of Trinidad #C85228
RGB
CMYK
RGB Variations
Color information
#C85228 (or 0xC85228) is known color: Trinidad. HEX triplet: C8, 52 and 28. RGB value is (200,82,40). Sum of RGB (Red+Green+Blue) = 200+82+40=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C85228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85228 is #37ADD7. Grayscale: #707070. Windows color (decimal): -3648984 or 2642632. OLE color: 2642632.
HSL color Cylindrical-coordinate representation of color #C85228: hue angle of 15.75º 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 #C85228 is Cyan = 0, Magento = 0.59, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 40 | - |
| CMYK | 0 | 0.59 | 0.8 | 0.22 |
| HSL | 15.75º | 0.67% | 0.47% | - |
| HSV(B) | 15.75º | 0.8% | 0.78% | - |
| XYZ | 27.22 | 18.47 | 4.14 | - |
| YUV | 112.49 | 87.09 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 40 | 0 | 0.59 | 0.8 | 0.22 | 15.75 | 0.67 | 0.47 |
| Hex | C8 | 52 | 28 | 0 | 3B | 50 | 16 | 10 | 43 | 2F |
| Octal | 310 | 122 | 50 | 0 | 73 | 120 | 26 | 20 | 103 | 57 |
| Binary | 11001000 | 1010010 | 101000 | 0 | 111011 | 1010000 | 10110 | 10000 | 1000011 | 101111 |
Color Harmonies of #C85228
Complementary color
Monochromatic Colors of #C85228
Black with #C85228
Text Example
Text Example
White with #C85228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85228; }
p { color: rgb(200,82,40); }
H1.HeaderClassName
{
color: #C85228;
}
.AnyTagClassName
{
color: #C85228;
}
</style>
background-color css
<style>
a { background-color: #C85228; }
a { background-color: rgb(200,82,40); }
div.DivClassName
{
background-color: #C85228;
}
.BgClassName
{
background-color: #C85228;
}
</style>
border-color css
<style>
span { border-color: #C85228; }
span { border-color: rgb(200,82,40); }
td.TdClassName
{
border-color: #C85228;
}
.TagClassName
{
border-color: #C85228;
}
</style>