Shades of Trinidad #C94F38
Tints of Trinidad #C94F38
RGB
CMYK
RGB Variations
Color information
#C94F38 (or 0xC94F38) is known color: Trinidad. HEX triplet: C9, 4F and 38. RGB value is (201,79,56). Sum of RGB (Red+Green+Blue) = 201+79+56=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C94F38 is #36B0C7. Grayscale: #717171. Windows color (decimal): -3584200 or 3690441. OLE color: 3690441.
HSL color Cylindrical-coordinate representation of color #C94F38: hue angle of 9.52º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C94F38 is Cyan = 0, Magento = 0.61, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 56 | - |
| CMYK | 0 | 0.61 | 0.72 | 0.21 |
| HSL | 9.52º | 0.57% | 0.5% | - |
| HSV(B) | 9.52º | 0.72% | 0.79% | - |
| XYZ | 27.6 | 18.3 | 5.82 | - |
| YUV | 112.86 | 95.92 | 190.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 56 | 0 | 0.61 | 0.72 | 0.21 | 9.52 | 0.57 | 0.5 |
| Hex | C9 | 4F | 38 | 0 | 3D | 48 | 15 | A | 39 | 32 |
| Octal | 311 | 117 | 70 | 0 | 75 | 110 | 25 | 12 | 71 | 62 |
| Binary | 11001001 | 1001111 | 111000 | 0 | 111101 | 1001000 | 10101 | 1010 | 111001 | 110010 |
Color Harmonies of #C94F38
Complementary color
Monochromatic Colors of #C94F38
Black with #C94F38
Text Example
Text Example
White with #C94F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F38; }
p { color: rgb(201,79,56); }
H1.HeaderClassName
{
color: #C94F38;
}
.AnyTagClassName
{
color: #C94F38;
}
</style>
background-color css
<style>
a { background-color: #C94F38; }
a { background-color: rgb(201,79,56); }
div.DivClassName
{
background-color: #C94F38;
}
.BgClassName
{
background-color: #C94F38;
}
</style>
border-color css
<style>
span { border-color: #C94F38; }
span { border-color: rgb(201,79,56); }
td.TdClassName
{
border-color: #C94F38;
}
.TagClassName
{
border-color: #C94F38;
}
</style>