Shades of Trinidad #C14A20
Tints of Trinidad #C14A20
RGB
CMYK
RGB Variations
Color information
#C14A20 (or 0xC14A20) is known color: Trinidad. HEX triplet: C1, 4A and 20. RGB value is (193,74,32). Sum of RGB (Red+Green+Blue) = 193+74+32=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14A20 is #3EB5DF. Grayscale: #696969. Windows color (decimal): -4109792 or 2116289. OLE color: 2116289.
HSL color Cylindrical-coordinate representation of color #C14A20: hue angle of 15.65º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C14A20 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 32 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.24 |
| HSL | 15.65º | 0.72% | 0.44% | - |
| HSV(B) | 15.65º | 0.83% | 0.76% | - |
| XYZ | 24.7 | 16.34 | 3.22 | - |
| YUV | 104.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 32 | 0 | 0.62 | 0.83 | 0.24 | 15.65 | 0.72 | 0.44 |
| Hex | C1 | 4A | 20 | 0 | 3E | 53 | 18 | 10 | 48 | 2C |
| Octal | 301 | 112 | 40 | 0 | 76 | 123 | 30 | 20 | 110 | 54 |
| Binary | 11000001 | 1001010 | 100000 | 0 | 111110 | 1010011 | 11000 | 10000 | 1001000 | 101100 |
Color Harmonies of #C14A20
Complementary color
Monochromatic Colors of #C14A20
Black with #C14A20
Text Example
Text Example
White with #C14A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A20; }
p { color: rgb(193,74,32); }
H1.HeaderClassName
{
color: #C14A20;
}
.AnyTagClassName
{
color: #C14A20;
}
</style>
background-color css
<style>
a { background-color: #C14A20; }
a { background-color: rgb(193,74,32); }
div.DivClassName
{
background-color: #C14A20;
}
.BgClassName
{
background-color: #C14A20;
}
</style>
border-color css
<style>
span { border-color: #C14A20; }
span { border-color: rgb(193,74,32); }
td.TdClassName
{
border-color: #C14A20;
}
.TagClassName
{
border-color: #C14A20;
}
</style>