Shades of Trinidad #C85539
Tints of Trinidad #C85539
RGB
CMYK
RGB Variations
Color information
#C85539 (or 0xC85539) is known color: Trinidad. HEX triplet: C8, 55 and 39. RGB value is (200,85,57). Sum of RGB (Red+Green+Blue) = 200+85+57=342 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.48% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 200 - color contains mainly: red. Hex color #C85539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85539 is #37AAC6. Grayscale: #747474. Windows color (decimal): -3648199 or 3757512. OLE color: 3757512.
HSL color Cylindrical-coordinate representation of color #C85539: hue angle of 11.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C85539 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 57 | - |
| CMYK | 0 | 0.58 | 0.72 | 0.22 |
| HSL | 11.75º | 0.57% | 0.5% | - |
| HSV(B) | 11.75º | 0.72% | 0.78% | - |
| XYZ | 27.81 | 19.07 | 6.09 | - |
| YUV | 116.19 | 94.6 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 57 | 0 | 0.58 | 0.72 | 0.22 | 11.75 | 0.57 | 0.5 |
| Hex | C8 | 55 | 39 | 0 | 3A | 48 | 16 | C | 39 | 32 |
| Octal | 310 | 125 | 71 | 0 | 72 | 110 | 26 | 14 | 71 | 62 |
| Binary | 11001000 | 1010101 | 111001 | 0 | 111010 | 1001000 | 10110 | 1100 | 111001 | 110010 |
Color Harmonies of #C85539
Complementary color
Monochromatic Colors of #C85539
Black with #C85539
Text Example
Text Example
White with #C85539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85539; }
p { color: rgb(200,85,57); }
H1.HeaderClassName
{
color: #C85539;
}
.AnyTagClassName
{
color: #C85539;
}
</style>
background-color css
<style>
a { background-color: #C85539; }
a { background-color: rgb(200,85,57); }
div.DivClassName
{
background-color: #C85539;
}
.BgClassName
{
background-color: #C85539;
}
</style>
border-color css
<style>
span { border-color: #C85539; }
span { border-color: rgb(200,85,57); }
td.TdClassName
{
border-color: #C85539;
}
.TagClassName
{
border-color: #C85539;
}
</style>