Shades of Trinidad #C94C37
Tints of Trinidad #C94C37
RGB
CMYK
RGB Variations
Color information
#C94C37 (or 0xC94C37) is known color: Trinidad. HEX triplet: C9, 4C and 37. RGB value is (201,76,55). Sum of RGB (Red+Green+Blue) = 201+76+55=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94C37 is #36B3C8. Grayscale: #6F6F6F. Windows color (decimal): -3584969 or 3624137. OLE color: 3624137.
HSL color Cylindrical-coordinate representation of color #C94C37: hue angle of 8.63º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C94C37 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 55 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.21 |
| HSL | 8.63º | 0.57% | 0.5% | - |
| HSV(B) | 8.63º | 0.73% | 0.79% | - |
| XYZ | 27.36 | 17.86 | 5.62 | - |
| YUV | 110.98 | 96.41 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 55 | 0 | 0.62 | 0.73 | 0.21 | 8.63 | 0.57 | 0.5 |
| Hex | C9 | 4C | 37 | 0 | 3E | 49 | 15 | 9 | 39 | 32 |
| Octal | 311 | 114 | 67 | 0 | 76 | 111 | 25 | 11 | 71 | 62 |
| Binary | 11001001 | 1001100 | 110111 | 0 | 111110 | 1001001 | 10101 | 1001 | 111001 | 110010 |
Color Harmonies of #C94C37
Complementary color
Monochromatic Colors of #C94C37
Black with #C94C37
Text Example
Text Example
White with #C94C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C37; }
p { color: rgb(201,76,55); }
H1.HeaderClassName
{
color: #C94C37;
}
.AnyTagClassName
{
color: #C94C37;
}
</style>
background-color css
<style>
a { background-color: #C94C37; }
a { background-color: rgb(201,76,55); }
div.DivClassName
{
background-color: #C94C37;
}
.BgClassName
{
background-color: #C94C37;
}
</style>
border-color css
<style>
span { border-color: #C94C37; }
span { border-color: rgb(201,76,55); }
td.TdClassName
{
border-color: #C94C37;
}
.TagClassName
{
border-color: #C94C37;
}
</style>