Shades of Trinidad #C9532A
Tints of Trinidad #C9532A
RGB
CMYK
RGB Variations
Color information
#C9532A (or 0xC9532A) is known color: Trinidad. HEX triplet: C9, 53 and 2A. RGB value is (201,83,42). Sum of RGB (Red+Green+Blue) = 201+83+42=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C9532A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9532A is #36ACD5. Grayscale: #717171. Windows color (decimal): -3583190 or 2773961. OLE color: 2773961.
HSL color Cylindrical-coordinate representation of color #C9532A: hue angle of 15.47º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9532A is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 42 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.21 |
| HSL | 15.47º | 0.65% | 0.48% | - |
| HSV(B) | 15.47º | 0.79% | 0.79% | - |
| XYZ | 27.6 | 18.77 | 4.36 | - |
| YUV | 113.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 42 | 0 | 0.59 | 0.79 | 0.21 | 15.47 | 0.65 | 0.48 |
| Hex | C9 | 53 | 2A | 0 | 3B | 4F | 15 | F | 41 | 30 |
| Octal | 311 | 123 | 52 | 0 | 73 | 117 | 25 | 17 | 101 | 60 |
| Binary | 11001001 | 1010011 | 101010 | 0 | 111011 | 1001111 | 10101 | 1111 | 1000001 | 110000 |
Color Harmonies of #C9532A
Complementary color
Monochromatic Colors of #C9532A
Black with #C9532A
Text Example
Text Example
White with #C9532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9532A; }
p { color: rgb(201,83,42); }
H1.HeaderClassName
{
color: #C9532A;
}
.AnyTagClassName
{
color: #C9532A;
}
</style>
background-color css
<style>
a { background-color: #C9532A; }
a { background-color: rgb(201,83,42); }
div.DivClassName
{
background-color: #C9532A;
}
.BgClassName
{
background-color: #C9532A;
}
</style>
border-color css
<style>
span { border-color: #C9532A; }
span { border-color: rgb(201,83,42); }
td.TdClassName
{
border-color: #C9532A;
}
.TagClassName
{
border-color: #C9532A;
}
</style>