Shades of Trinidad #C9522C
Tints of Trinidad #C9522C
RGB
CMYK
RGB Variations
Color information
#C9522C (or 0xC9522C) is known color: Trinidad. HEX triplet: C9, 52 and 2C. RGB value is (201,82,44). Sum of RGB (Red+Green+Blue) = 201+82+44=327 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.47% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 201 - color contains mainly: red. Hex color #C9522C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9522C is #36ADD3. Grayscale: #717171. Windows color (decimal): -3583444 or 2904777. OLE color: 2904777.
HSL color Cylindrical-coordinate representation of color #C9522C: hue angle of 14.52º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9522C is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 44 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.21 |
| HSL | 14.52º | 0.64% | 0.48% | - |
| HSV(B) | 14.52º | 0.78% | 0.79% | - |
| XYZ | 27.56 | 18.63 | 4.53 | - |
| YUV | 113.25 | 88.92 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 44 | 0 | 0.59 | 0.78 | 0.21 | 14.52 | 0.64 | 0.48 |
| Hex | C9 | 52 | 2C | 0 | 3B | 4E | 15 | F | 40 | 30 |
| Octal | 311 | 122 | 54 | 0 | 73 | 116 | 25 | 17 | 100 | 60 |
| Binary | 11001001 | 1010010 | 101100 | 0 | 111011 | 1001110 | 10101 | 1111 | 1000000 | 110000 |
Color Harmonies of #C9522C
Complementary color
Monochromatic Colors of #C9522C
Black with #C9522C
Text Example
Text Example
White with #C9522C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9522C; }
p { color: rgb(201,82,44); }
H1.HeaderClassName
{
color: #C9522C;
}
.AnyTagClassName
{
color: #C9522C;
}
</style>
background-color css
<style>
a { background-color: #C9522C; }
a { background-color: rgb(201,82,44); }
div.DivClassName
{
background-color: #C9522C;
}
.BgClassName
{
background-color: #C9522C;
}
</style>
border-color css
<style>
span { border-color: #C9522C; }
span { border-color: rgb(201,82,44); }
td.TdClassName
{
border-color: #C9522C;
}
.TagClassName
{
border-color: #C9522C;
}
</style>