Shades of Trinidad #C15428
Tints of Trinidad #C15428
RGB
CMYK
RGB Variations
Color information
#C15428 (or 0xC15428) is known color: Trinidad. HEX triplet: C1, 54 and 28. RGB value is (193,84,40). Sum of RGB (Red+Green+Blue) = 193+84+40=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C15428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15428 is #3EABD7. Grayscale: #6F6F6F. Windows color (decimal): -4107224 or 2643137. OLE color: 2643137.
HSL color Cylindrical-coordinate representation of color #C15428: hue angle of 17.25º 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 #C15428 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 40 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.24 |
| HSL | 17.25º | 0.66% | 0.46% | - |
| HSV(B) | 17.25º | 0.79% | 0.76% | - |
| XYZ | 25.55 | 17.83 | 4.1 | - |
| YUV | 111.58 | 87.61 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 40 | 0 | 0.56 | 0.79 | 0.24 | 17.25 | 0.66 | 0.46 |
| Hex | C1 | 54 | 28 | 0 | 38 | 4F | 18 | 11 | 42 | 2E |
| Octal | 301 | 124 | 50 | 0 | 70 | 117 | 30 | 21 | 102 | 56 |
| Binary | 11000001 | 1010100 | 101000 | 0 | 111000 | 1001111 | 11000 | 10001 | 1000010 | 101110 |
Color Harmonies of #C15428
Complementary color
Monochromatic Colors of #C15428
Black with #C15428
Text Example
Text Example
White with #C15428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15428; }
p { color: rgb(193,84,40); }
H1.HeaderClassName
{
color: #C15428;
}
.AnyTagClassName
{
color: #C15428;
}
</style>
background-color css
<style>
a { background-color: #C15428; }
a { background-color: rgb(193,84,40); }
div.DivClassName
{
background-color: #C15428;
}
.BgClassName
{
background-color: #C15428;
}
</style>
border-color css
<style>
span { border-color: #C15428; }
span { border-color: rgb(193,84,40); }
td.TdClassName
{
border-color: #C15428;
}
.TagClassName
{
border-color: #C15428;
}
</style>