Shades of Trinidad #C15632
Tints of Trinidad #C15632
RGB
CMYK
RGB Variations
Color information
#C15632 (or 0xC15632) is known color: Trinidad. HEX triplet: C1, 56 and 32. RGB value is (193,86,50). Sum of RGB (Red+Green+Blue) = 193+86+50=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C15632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15632 is #3EA9CD. Grayscale: #727272. Windows color (decimal): -4106702 or 3299009. OLE color: 3299009.
HSL color Cylindrical-coordinate representation of color #C15632: hue angle of 15.1º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C15632 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 50 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.24 |
| HSL | 15.1º | 0.59% | 0.48% | - |
| HSV(B) | 15.1º | 0.74% | 0.76% | - |
| XYZ | 25.9 | 18.22 | 5.17 | - |
| YUV | 113.89 | 91.95 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 50 | 0 | 0.55 | 0.74 | 0.24 | 15.1 | 0.59 | 0.48 |
| Hex | C1 | 56 | 32 | 0 | 37 | 4A | 18 | F | 3B | 30 |
| Octal | 301 | 126 | 62 | 0 | 67 | 112 | 30 | 17 | 73 | 60 |
| Binary | 11000001 | 1010110 | 110010 | 0 | 110111 | 1001010 | 11000 | 1111 | 111011 | 110000 |
Color Harmonies of #C15632
Complementary color
Monochromatic Colors of #C15632
Black with #C15632
Text Example
Text Example
White with #C15632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15632; }
p { color: rgb(193,86,50); }
H1.HeaderClassName
{
color: #C15632;
}
.AnyTagClassName
{
color: #C15632;
}
</style>
background-color css
<style>
a { background-color: #C15632; }
a { background-color: rgb(193,86,50); }
div.DivClassName
{
background-color: #C15632;
}
.BgClassName
{
background-color: #C15632;
}
</style>
border-color css
<style>
span { border-color: #C15632; }
span { border-color: rgb(193,86,50); }
td.TdClassName
{
border-color: #C15632;
}
.TagClassName
{
border-color: #C15632;
}
</style>