Shades of Trinidad #C95436
Tints of Trinidad #C95436
RGB
CMYK
RGB Variations
Color information
#C95436 (or 0xC95436) is known color: Trinidad. HEX triplet: C9, 54 and 36. RGB value is (201,84,54). Sum of RGB (Red+Green+Blue) = 201+84+54=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 54 (21.48% from 255 or 15.93% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C95436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95436 is #36ABC9. Grayscale: #737373. Windows color (decimal): -3582922 or 3560649. OLE color: 3560649.
HSL color Cylindrical-coordinate representation of color #C95436: hue angle of 12.24º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C95436 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 54 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.21 |
| HSL | 12.24º | 0.58% | 0.5% | - |
| HSV(B) | 12.24º | 0.73% | 0.79% | - |
| XYZ | 27.92 | 19.02 | 5.69 | - |
| YUV | 115.56 | 93.26 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 54 | 0 | 0.58 | 0.73 | 0.21 | 12.24 | 0.58 | 0.5 |
| Hex | C9 | 54 | 36 | 0 | 3A | 49 | 15 | C | 3A | 32 |
| Octal | 311 | 124 | 66 | 0 | 72 | 111 | 25 | 14 | 72 | 62 |
| Binary | 11001001 | 1010100 | 110110 | 0 | 111010 | 1001001 | 10101 | 1100 | 111010 | 110010 |
Color Harmonies of #C95436
Complementary color
Monochromatic Colors of #C95436
Black with #C95436
Text Example
Text Example
White with #C95436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95436; }
p { color: rgb(201,84,54); }
H1.HeaderClassName
{
color: #C95436;
}
.AnyTagClassName
{
color: #C95436;
}
</style>
background-color css
<style>
a { background-color: #C95436; }
a { background-color: rgb(201,84,54); }
div.DivClassName
{
background-color: #C95436;
}
.BgClassName
{
background-color: #C95436;
}
</style>
border-color css
<style>
span { border-color: #C95436; }
span { border-color: rgb(201,84,54); }
td.TdClassName
{
border-color: #C95436;
}
.TagClassName
{
border-color: #C95436;
}
</style>