Shades of Trinidad #C9492C
Tints of Trinidad #C9492C
RGB
CMYK
RGB Variations
Color information
#C9492C (or 0xC9492C) is known color: Trinidad. HEX triplet: C9, 49 and 2C. RGB value is (201,73,44). Sum of RGB (Red+Green+Blue) = 201+73+44=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9492C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9492C is #36B6D3. Grayscale: #6C6C6C. Windows color (decimal): -3585748 or 2902473. OLE color: 2902473.
HSL color Cylindrical-coordinate representation of color #C9492C: hue angle of 11.08º 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 #C9492C is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 44 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.21 |
| HSL | 11.08º | 0.64% | 0.48% | - |
| HSV(B) | 11.08º | 0.78% | 0.79% | - |
| XYZ | 26.92 | 17.36 | 4.32 | - |
| YUV | 107.97 | 91.91 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 44 | 0 | 0.64 | 0.78 | 0.21 | 11.08 | 0.64 | 0.48 |
| Hex | C9 | 49 | 2C | 0 | 40 | 4E | 15 | B | 40 | 30 |
| Octal | 311 | 111 | 54 | 0 | 100 | 116 | 25 | 13 | 100 | 60 |
| Binary | 11001001 | 1001001 | 101100 | 0 | 1000000 | 1001110 | 10101 | 1011 | 1000000 | 110000 |
Color Harmonies of #C9492C
Complementary color
Monochromatic Colors of #C9492C
Black with #C9492C
Text Example
Text Example
White with #C9492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9492C; }
p { color: rgb(201,73,44); }
H1.HeaderClassName
{
color: #C9492C;
}
.AnyTagClassName
{
color: #C9492C;
}
</style>
background-color css
<style>
a { background-color: #C9492C; }
a { background-color: rgb(201,73,44); }
div.DivClassName
{
background-color: #C9492C;
}
.BgClassName
{
background-color: #C9492C;
}
</style>
border-color css
<style>
span { border-color: #C9492C; }
span { border-color: rgb(201,73,44); }
td.TdClassName
{
border-color: #C9492C;
}
.TagClassName
{
border-color: #C9492C;
}
</style>