Shades of Trinidad #C95535
Tints of Trinidad #C95535
RGB
CMYK
RGB Variations
Color information
#C95535 (or 0xC95535) is known color: Trinidad. HEX triplet: C9, 55 and 35. RGB value is (201,85,53). Sum of RGB (Red+Green+Blue) = 201+85+53=339 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.29% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 201 - color contains mainly: red. Hex color #C95535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95535 is #36AACA. Grayscale: #747474. Windows color (decimal): -3582667 or 3495369. OLE color: 3495369.
HSL color Cylindrical-coordinate representation of color #C95535: hue angle of 12.97º degrees, saturation: 0.58, 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 #C95535 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 53 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.21 |
| HSL | 12.97º | 0.58% | 0.5% | - |
| HSV(B) | 12.97º | 0.74% | 0.79% | - |
| XYZ | 27.98 | 19.17 | 5.59 | - |
| YUV | 116.04 | 92.43 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 53 | 0 | 0.58 | 0.74 | 0.21 | 12.97 | 0.58 | 0.5 |
| Hex | C9 | 55 | 35 | 0 | 3A | 4A | 15 | D | 3A | 32 |
| Octal | 311 | 125 | 65 | 0 | 72 | 112 | 25 | 15 | 72 | 62 |
| Binary | 11001001 | 1010101 | 110101 | 0 | 111010 | 1001010 | 10101 | 1101 | 111010 | 110010 |
Color Harmonies of #C95535
Complementary color
Monochromatic Colors of #C95535
Black with #C95535
Text Example
Text Example
White with #C95535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95535; }
p { color: rgb(201,85,53); }
H1.HeaderClassName
{
color: #C95535;
}
.AnyTagClassName
{
color: #C95535;
}
</style>
background-color css
<style>
a { background-color: #C95535; }
a { background-color: rgb(201,85,53); }
div.DivClassName
{
background-color: #C95535;
}
.BgClassName
{
background-color: #C95535;
}
</style>
border-color css
<style>
span { border-color: #C95535; }
span { border-color: rgb(201,85,53); }
td.TdClassName
{
border-color: #C95535;
}
.TagClassName
{
border-color: #C95535;
}
</style>