Shades of Trinidad #C95524
Tints of Trinidad #C95524
RGB
CMYK
RGB Variations
Color information
#C95524 (or 0xC95524) is known color: Trinidad. HEX triplet: C9, 55 and 24. RGB value is (201,85,36). Sum of RGB (Red+Green+Blue) = 201+85+36=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C95524 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95524 is #36AADB. Grayscale: #727272. Windows color (decimal): -3582684 or 2381257. OLE color: 2381257.
HSL color Cylindrical-coordinate representation of color #C95524: hue angle of 17.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C95524 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 36 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.21 |
| HSL | 17.82º | 0.7% | 0.46% | - |
| HSV(B) | 17.82º | 0.82% | 0.79% | - |
| XYZ | 27.65 | 19.04 | 3.89 | - |
| YUV | 114.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 36 | 0 | 0.58 | 0.82 | 0.21 | 17.82 | 0.7 | 0.46 |
| Hex | C9 | 55 | 24 | 0 | 3A | 52 | 15 | 12 | 46 | 2E |
| Octal | 311 | 125 | 44 | 0 | 72 | 122 | 25 | 22 | 106 | 56 |
| Binary | 11001001 | 1010101 | 100100 | 0 | 111010 | 1010010 | 10101 | 10010 | 1000110 | 101110 |
Color Harmonies of #C95524
Complementary color
Monochromatic Colors of #C95524
Black with #C95524
Text Example
Text Example
White with #C95524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95524; }
p { color: rgb(201,85,36); }
H1.HeaderClassName
{
color: #C95524;
}
.AnyTagClassName
{
color: #C95524;
}
</style>
background-color css
<style>
a { background-color: #C95524; }
a { background-color: rgb(201,85,36); }
div.DivClassName
{
background-color: #C95524;
}
.BgClassName
{
background-color: #C95524;
}
</style>
border-color css
<style>
span { border-color: #C95524; }
span { border-color: rgb(201,85,36); }
td.TdClassName
{
border-color: #C95524;
}
.TagClassName
{
border-color: #C95524;
}
</style>