Shades of Trinidad #C95133
Tints of Trinidad #C95133
RGB
CMYK
RGB Variations
Color information
#C95133 (or 0xC95133) is known color: Trinidad. HEX triplet: C9, 51 and 33. RGB value is (201,81,51). Sum of RGB (Red+Green+Blue) = 201+81+51=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C95133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95133 is #36AECC. Grayscale: #717171. Windows color (decimal): -3583693 or 3363273. OLE color: 3363273.
HSL color Cylindrical-coordinate representation of color #C95133: hue angle of 12º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C95133 is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 81 | 51 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.21 |
| HSL | 12º | 0.6% | 0.49% | - |
| HSV(B) | 12º | 0.75% | 0.79% | - |
| XYZ | 27.63 | 18.54 | 5.25 | - |
| YUV | 113.46 | 92.76 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 51 | 0 | 0.60 | 0.75 | 0.21 | 12 | 0.6 | 0.49 |
| Hex | C9 | 51 | 33 | 0 | 3C | 4B | 15 | C | 3C | 31 |
| Octal | 311 | 121 | 63 | 0 | 74 | 113 | 25 | 14 | 74 | 61 |
| Binary | 11001001 | 1010001 | 110011 | 0 | 111100 | 1001011 | 10101 | 1100 | 111100 | 110001 |
Color Harmonies of #C95133
Complementary color
Monochromatic Colors of #C95133
Black with #C95133
Text Example
Text Example
White with #C95133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95133; }
p { color: rgb(201,81,51); }
H1.HeaderClassName
{
color: #C95133;
}
.AnyTagClassName
{
color: #C95133;
}
</style>
background-color css
<style>
a { background-color: #C95133; }
a { background-color: rgb(201,81,51); }
div.DivClassName
{
background-color: #C95133;
}
.BgClassName
{
background-color: #C95133;
}
</style>
border-color css
<style>
span { border-color: #C95133; }
span { border-color: rgb(201,81,51); }
td.TdClassName
{
border-color: #C95133;
}
.TagClassName
{
border-color: #C95133;
}
</style>