Shades of Trinidad #C9553C
Tints of Trinidad #C9553C
RGB
CMYK
RGB Variations
Color information
#C9553C (or 0xC9553C) is known color: Trinidad. HEX triplet: C9, 55 and 3C. RGB value is (201,85,60). Sum of RGB (Red+Green+Blue) = 201+85+60=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9553C is #36AAC3. Grayscale: #757575. Windows color (decimal): -3582660 or 3954121. OLE color: 3954121.
HSL color Cylindrical-coordinate representation of color #C9553C: hue angle of 10.64º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9553C is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 85 | 60 | - |
| CMYK | 0 | 0.58 | 0.70 | 0.21 |
| HSL | 10.64º | 0.57% | 0.51% | - |
| HSV(B) | 10.64º | 0.7% | 0.79% | - |
| XYZ | 28.15 | 19.24 | 6.51 | - |
| YUV | 116.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 85 | 60 | 0 | 0.58 | 0.70 | 0.21 | 10.64 | 0.57 | 0.51 |
| Hex | C9 | 55 | 3C | 0 | 3A | 46 | 15 | B | 39 | 33 |
| Octal | 311 | 125 | 74 | 0 | 72 | 106 | 25 | 13 | 71 | 63 |
| Binary | 11001001 | 1010101 | 111100 | 0 | 111010 | 1000110 | 10101 | 1011 | 111001 | 110011 |
Color Harmonies of #C9553C
Complementary color
Monochromatic Colors of #C9553C
Black with #C9553C
Text Example
Text Example
White with #C9553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9553C; }
p { color: rgb(201,85,60); }
H1.HeaderClassName
{
color: #C9553C;
}
.AnyTagClassName
{
color: #C9553C;
}
</style>
background-color css
<style>
a { background-color: #C9553C; }
a { background-color: rgb(201,85,60); }
div.DivClassName
{
background-color: #C9553C;
}
.BgClassName
{
background-color: #C9553C;
}
</style>
border-color css
<style>
span { border-color: #C9553C; }
span { border-color: rgb(201,85,60); }
td.TdClassName
{
border-color: #C9553C;
}
.TagClassName
{
border-color: #C9553C;
}
</style>