Shades of Trinidad #C15336
Tints of Trinidad #C15336
RGB
CMYK
RGB Variations
Color information
#C15336 (or 0xC15336) is known color: Trinidad. HEX triplet: C1, 53 and 36. RGB value is (193,83,54). Sum of RGB (Red+Green+Blue) = 193+83+54=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C15336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15336 is #3EACC9. Grayscale: #707070. Windows color (decimal): -4107466 or 3560385. OLE color: 3560385.
HSL color Cylindrical-coordinate representation of color #C15336: hue angle of 12.52º 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 #C15336 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 54 | - |
| CMYK | 0 | 0.57 | 0.72 | 0.24 |
| HSL | 12.52º | 0.56% | 0.48% | - |
| HSV(B) | 12.52º | 0.72% | 0.76% | - |
| XYZ | 25.75 | 17.79 | 5.57 | - |
| YUV | 112.58 | 94.94 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 54 | 0 | 0.57 | 0.72 | 0.24 | 12.52 | 0.56 | 0.48 |
| Hex | C1 | 53 | 36 | 0 | 39 | 48 | 18 | D | 38 | 30 |
| Octal | 301 | 123 | 66 | 0 | 71 | 110 | 30 | 15 | 70 | 60 |
| Binary | 11000001 | 1010011 | 110110 | 0 | 111001 | 1001000 | 11000 | 1101 | 111000 | 110000 |
Color Harmonies of #C15336
Complementary color
Monochromatic Colors of #C15336
Black with #C15336
Text Example
Text Example
White with #C15336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15336; }
p { color: rgb(193,83,54); }
H1.HeaderClassName
{
color: #C15336;
}
.AnyTagClassName
{
color: #C15336;
}
</style>
background-color css
<style>
a { background-color: #C15336; }
a { background-color: rgb(193,83,54); }
div.DivClassName
{
background-color: #C15336;
}
.BgClassName
{
background-color: #C15336;
}
</style>
border-color css
<style>
span { border-color: #C15336; }
span { border-color: rgb(193,83,54); }
td.TdClassName
{
border-color: #C15336;
}
.TagClassName
{
border-color: #C15336;
}
</style>