Shades of Trinidad #C95634
Tints of Trinidad #C95634
RGB
CMYK
RGB Variations
Color information
#C95634 (or 0xC95634) is known color: Trinidad. HEX triplet: C9, 56 and 34. RGB value is (201,86,52). Sum of RGB (Red+Green+Blue) = 201+86+52=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C95634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95634 is #36A9CB. Grayscale: #747474. Windows color (decimal): -3582412 or 3430089. OLE color: 3430089.
HSL color Cylindrical-coordinate representation of color #C95634: hue angle of 13.69º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C95634 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 86 | 52 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.21 |
| HSL | 13.69º | 0.59% | 0.5% | - |
| HSV(B) | 13.69º | 0.74% | 0.79% | - |
| XYZ | 28.04 | 19.32 | 5.5 | - |
| YUV | 116.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 86 | 52 | 0 | 0.57 | 0.74 | 0.21 | 13.69 | 0.59 | 0.5 |
| Hex | C9 | 56 | 34 | 0 | 39 | 4A | 15 | E | 3B | 32 |
| Octal | 311 | 126 | 64 | 0 | 71 | 112 | 25 | 16 | 73 | 62 |
| Binary | 11001001 | 1010110 | 110100 | 0 | 111001 | 1001010 | 10101 | 1110 | 111011 | 110010 |
Color Harmonies of #C95634
Complementary color
Monochromatic Colors of #C95634
Black with #C95634
Text Example
Text Example
White with #C95634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95634; }
p { color: rgb(201,86,52); }
H1.HeaderClassName
{
color: #C95634;
}
.AnyTagClassName
{
color: #C95634;
}
</style>
background-color css
<style>
a { background-color: #C95634; }
a { background-color: rgb(201,86,52); }
div.DivClassName
{
background-color: #C95634;
}
.BgClassName
{
background-color: #C95634;
}
</style>
border-color css
<style>
span { border-color: #C95634; }
span { border-color: rgb(201,86,52); }
td.TdClassName
{
border-color: #C95634;
}
.TagClassName
{
border-color: #C95634;
}
</style>