Shades of Trinidad #C15436
Tints of Trinidad #C15436
RGB
CMYK
RGB Variations
Color information
#C15436 (or 0xC15436) is known color: Trinidad. HEX triplet: C1, 54 and 36. RGB value is (193,84,54). Sum of RGB (Red+Green+Blue) = 193+84+54=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C15436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15436 is #3EABC9. Grayscale: #717171. Windows color (decimal): -4107210 or 3560641. OLE color: 3560641.
HSL color Cylindrical-coordinate representation of color #C15436: hue angle of 12.95º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C15436 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 84 | 54 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.24 |
| HSL | 12.95º | 0.56% | 0.48% | - |
| HSV(B) | 12.95º | 0.72% | 0.76% | - |
| XYZ | 25.83 | 17.94 | 5.59 | - |
| YUV | 113.17 | 94.61 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 84 | 54 | 0 | 0.56 | 0.72 | 0.24 | 12.95 | 0.56 | 0.48 |
| Hex | C1 | 54 | 36 | 0 | 38 | 48 | 18 | D | 38 | 30 |
| Octal | 301 | 124 | 66 | 0 | 70 | 110 | 30 | 15 | 70 | 60 |
| Binary | 11000001 | 1010100 | 110110 | 0 | 111000 | 1001000 | 11000 | 1101 | 111000 | 110000 |
Color Harmonies of #C15436
Complementary color
Monochromatic Colors of #C15436
Black with #C15436
Text Example
Text Example
White with #C15436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15436; }
p { color: rgb(193,84,54); }
H1.HeaderClassName
{
color: #C15436;
}
.AnyTagClassName
{
color: #C15436;
}
</style>
background-color css
<style>
a { background-color: #C15436; }
a { background-color: rgb(193,84,54); }
div.DivClassName
{
background-color: #C15436;
}
.BgClassName
{
background-color: #C15436;
}
</style>
border-color css
<style>
span { border-color: #C15436; }
span { border-color: rgb(193,84,54); }
td.TdClassName
{
border-color: #C15436;
}
.TagClassName
{
border-color: #C15436;
}
</style>