Shades of Trinidad #C15429
Tints of Trinidad #C15429
RGB
CMYK
RGB Variations
Color information
#C15429 (or 0xC15429) is known color: Trinidad. HEX triplet: C1, 54 and 29. RGB value is (193,84,41). Sum of RGB (Red+Green+Blue) = 193+84+41=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C15429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15429 is #3EABD6. Grayscale: #6F6F6F. Windows color (decimal): -4107223 or 2708673. OLE color: 2708673.
HSL color Cylindrical-coordinate representation of color #C15429: hue angle of 16.97º degrees, saturation: 0.65, 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 #C15429 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 41 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.24 |
| HSL | 16.97º | 0.65% | 0.46% | - |
| HSV(B) | 16.97º | 0.79% | 0.76% | - |
| XYZ | 25.56 | 17.84 | 4.19 | - |
| YUV | 111.69 | 88.11 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 41 | 0 | 0.56 | 0.79 | 0.24 | 16.97 | 0.65 | 0.46 |
| Hex | C1 | 54 | 29 | 0 | 38 | 4F | 18 | 11 | 41 | 2E |
| Octal | 301 | 124 | 51 | 0 | 70 | 117 | 30 | 21 | 101 | 56 |
| Binary | 11000001 | 1010100 | 101001 | 0 | 111000 | 1001111 | 11000 | 10001 | 1000001 | 101110 |
Color Harmonies of #C15429
Complementary color
Monochromatic Colors of #C15429
Black with #C15429
Text Example
Text Example
White with #C15429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15429; }
p { color: rgb(193,84,41); }
H1.HeaderClassName
{
color: #C15429;
}
.AnyTagClassName
{
color: #C15429;
}
</style>
background-color css
<style>
a { background-color: #C15429; }
a { background-color: rgb(193,84,41); }
div.DivClassName
{
background-color: #C15429;
}
.BgClassName
{
background-color: #C15429;
}
</style>
border-color css
<style>
span { border-color: #C15429; }
span { border-color: rgb(193,84,41); }
td.TdClassName
{
border-color: #C15429;
}
.TagClassName
{
border-color: #C15429;
}
</style>