Shades of Trinidad #C15536
Tints of Trinidad #C15536
RGB
CMYK
RGB Variations
Color information
#C15536 (or 0xC15536) is known color: Trinidad. HEX triplet: C1, 55 and 36. RGB value is (193,85,54). Sum of RGB (Red+Green+Blue) = 193+85+54=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C15536 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15536 is #3EAAC9. Grayscale: #717171. Windows color (decimal): -4106954 or 3560897. OLE color: 3560897.
HSL color Cylindrical-coordinate representation of color #C15536: hue angle of 13.38º 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 #C15536 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 54 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.24 |
| HSL | 13.38º | 0.56% | 0.48% | - |
| HSV(B) | 13.38º | 0.72% | 0.76% | - |
| XYZ | 25.91 | 18.1 | 5.62 | - |
| YUV | 113.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 54 | 0 | 0.56 | 0.72 | 0.24 | 13.38 | 0.56 | 0.48 |
| Hex | C1 | 55 | 36 | 0 | 38 | 48 | 18 | D | 38 | 30 |
| Octal | 301 | 125 | 66 | 0 | 70 | 110 | 30 | 15 | 70 | 60 |
| Binary | 11000001 | 1010101 | 110110 | 0 | 111000 | 1001000 | 11000 | 1101 | 111000 | 110000 |
Color Harmonies of #C15536
Complementary color
Monochromatic Colors of #C15536
Black with #C15536
Text Example
Text Example
White with #C15536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15536; }
p { color: rgb(193,85,54); }
H1.HeaderClassName
{
color: #C15536;
}
.AnyTagClassName
{
color: #C15536;
}
</style>
background-color css
<style>
a { background-color: #C15536; }
a { background-color: rgb(193,85,54); }
div.DivClassName
{
background-color: #C15536;
}
.BgClassName
{
background-color: #C15536;
}
</style>
border-color css
<style>
span { border-color: #C15536; }
span { border-color: rgb(193,85,54); }
td.TdClassName
{
border-color: #C15536;
}
.TagClassName
{
border-color: #C15536;
}
</style>