Shades of Trinidad #C15228
Tints of Trinidad #C15228
RGB
CMYK
RGB Variations
Color information
#C15228 (or 0xC15228) is known color: Trinidad. HEX triplet: C1, 52 and 28. RGB value is (193,82,40). Sum of RGB (Red+Green+Blue) = 193+82+40=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C15228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15228 is #3EADD7. Grayscale: #6E6E6E. Windows color (decimal): -4107736 or 2642625. OLE color: 2642625.
HSL color Cylindrical-coordinate representation of color #C15228: hue angle of 16.47º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C15228 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 40 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.24 |
| HSL | 16.47º | 0.66% | 0.46% | - |
| HSV(B) | 16.47º | 0.79% | 0.76% | - |
| XYZ | 25.39 | 17.53 | 4.05 | - |
| YUV | 110.4 | 88.27 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 40 | 0 | 0.58 | 0.79 | 0.24 | 16.47 | 0.66 | 0.46 |
| Hex | C1 | 52 | 28 | 0 | 3A | 4F | 18 | 10 | 42 | 2E |
| Octal | 301 | 122 | 50 | 0 | 72 | 117 | 30 | 20 | 102 | 56 |
| Binary | 11000001 | 1010010 | 101000 | 0 | 111010 | 1001111 | 11000 | 10000 | 1000010 | 101110 |
Color Harmonies of #C15228
Complementary color
Monochromatic Colors of #C15228
Black with #C15228
Text Example
Text Example
White with #C15228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15228; }
p { color: rgb(193,82,40); }
H1.HeaderClassName
{
color: #C15228;
}
.AnyTagClassName
{
color: #C15228;
}
</style>
background-color css
<style>
a { background-color: #C15228; }
a { background-color: rgb(193,82,40); }
div.DivClassName
{
background-color: #C15228;
}
.BgClassName
{
background-color: #C15228;
}
</style>
border-color css
<style>
span { border-color: #C15228; }
span { border-color: rgb(193,82,40); }
td.TdClassName
{
border-color: #C15228;
}
.TagClassName
{
border-color: #C15228;
}
</style>