Shades of Trinidad #C9532D
Tints of Trinidad #C9532D
RGB
CMYK
RGB Variations
Color information
#C9532D (or 0xC9532D) is known color: Trinidad. HEX triplet: C9, 53 and 2D. RGB value is (201,83,45). Sum of RGB (Red+Green+Blue) = 201+83+45=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9532D is #36ACD2. Grayscale: #727272. Windows color (decimal): -3583187 or 2970569. OLE color: 2970569.
HSL color Cylindrical-coordinate representation of color #C9532D: hue angle of 14.62º degrees, saturation: 0.63, 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 #C9532D is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 45 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.21 |
| HSL | 14.62º | 0.63% | 0.48% | - |
| HSV(B) | 14.62º | 0.78% | 0.79% | - |
| XYZ | 27.65 | 18.79 | 4.65 | - |
| YUV | 113.95 | 89.09 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 45 | 0 | 0.59 | 0.78 | 0.21 | 14.62 | 0.63 | 0.48 |
| Hex | C9 | 53 | 2D | 0 | 3B | 4E | 15 | F | 3F | 30 |
| Octal | 311 | 123 | 55 | 0 | 73 | 116 | 25 | 17 | 77 | 60 |
| Binary | 11001001 | 1010011 | 101101 | 0 | 111011 | 1001110 | 10101 | 1111 | 111111 | 110000 |
Color Harmonies of #C9532D
Complementary color
Monochromatic Colors of #C9532D
Black with #C9532D
Text Example
Text Example
White with #C9532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9532D; }
p { color: rgb(201,83,45); }
H1.HeaderClassName
{
color: #C9532D;
}
.AnyTagClassName
{
color: #C9532D;
}
</style>
background-color css
<style>
a { background-color: #C9532D; }
a { background-color: rgb(201,83,45); }
div.DivClassName
{
background-color: #C9532D;
}
.BgClassName
{
background-color: #C9532D;
}
</style>
border-color css
<style>
span { border-color: #C9532D; }
span { border-color: rgb(201,83,45); }
td.TdClassName
{
border-color: #C9532D;
}
.TagClassName
{
border-color: #C9532D;
}
</style>