Shades of Trinidad #C95435
Tints of Trinidad #C95435
RGB
CMYK
RGB Variations
Color information
#C95435 (or 0xC95435) is known color: Trinidad. HEX triplet: C9, 54 and 35. RGB value is (201,84,53). Sum of RGB (Red+Green+Blue) = 201+84+53=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C95435 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95435 is #36ABCA. Grayscale: #737373. Windows color (decimal): -3582923 or 3495113. OLE color: 3495113.
HSL color Cylindrical-coordinate representation of color #C95435: hue angle of 12.57º 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 #C95435 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 84 | 53 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.21 |
| HSL | 12.57º | 0.58% | 0.5% | - |
| HSV(B) | 12.57º | 0.74% | 0.79% | - |
| XYZ | 27.9 | 19.02 | 5.57 | - |
| YUV | 115.45 | 92.76 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 84 | 53 | 0 | 0.58 | 0.74 | 0.21 | 12.57 | 0.58 | 0.5 |
| Hex | C9 | 54 | 35 | 0 | 3A | 4A | 15 | D | 3A | 32 |
| Octal | 311 | 124 | 65 | 0 | 72 | 112 | 25 | 15 | 72 | 62 |
| Binary | 11001001 | 1010100 | 110101 | 0 | 111010 | 1001010 | 10101 | 1101 | 111010 | 110010 |
Color Harmonies of #C95435
Complementary color
Monochromatic Colors of #C95435
Black with #C95435
Text Example
Text Example
White with #C95435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95435; }
p { color: rgb(201,84,53); }
H1.HeaderClassName
{
color: #C95435;
}
.AnyTagClassName
{
color: #C95435;
}
</style>
background-color css
<style>
a { background-color: #C95435; }
a { background-color: rgb(201,84,53); }
div.DivClassName
{
background-color: #C95435;
}
.BgClassName
{
background-color: #C95435;
}
</style>
border-color css
<style>
span { border-color: #C95435; }
span { border-color: rgb(201,84,53); }
td.TdClassName
{
border-color: #C95435;
}
.TagClassName
{
border-color: #C95435;
}
</style>