Shades of Trinidad #C05635
Tints of Trinidad #C05635
RGB
CMYK
RGB Variations
Color information
#C05635 (or 0xC05635) is known color: Trinidad. HEX triplet: C0, 56 and 35. RGB value is (192,86,53). Sum of RGB (Red+Green+Blue) = 192+86+53=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C05635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05635 is #3FA9CA. Grayscale: #727272. Windows color (decimal): -4172235 or 3495616. OLE color: 3495616.
HSL color Cylindrical-coordinate representation of color #C05635: hue angle of 14.24º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C05635 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 53 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.25 |
| HSL | 14.24º | 0.57% | 0.48% | - |
| HSV(B) | 14.24º | 0.72% | 0.75% | - |
| XYZ | 25.71 | 18.12 | 5.51 | - |
| YUV | 113.93 | 93.62 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 53 | 0 | 0.55 | 0.72 | 0.25 | 14.24 | 0.57 | 0.48 |
| Hex | C0 | 56 | 35 | 0 | 37 | 48 | 19 | E | 39 | 30 |
| Octal | 300 | 126 | 65 | 0 | 67 | 110 | 31 | 16 | 71 | 60 |
| Binary | 11000000 | 1010110 | 110101 | 0 | 110111 | 1001000 | 11001 | 1110 | 111001 | 110000 |
Color Harmonies of #C05635
Complementary color
Monochromatic Colors of #C05635
Black with #C05635
Text Example
Text Example
White with #C05635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05635; }
p { color: rgb(192,86,53); }
H1.HeaderClassName
{
color: #C05635;
}
.AnyTagClassName
{
color: #C05635;
}
</style>
background-color css
<style>
a { background-color: #C05635; }
a { background-color: rgb(192,86,53); }
div.DivClassName
{
background-color: #C05635;
}
.BgClassName
{
background-color: #C05635;
}
</style>
border-color css
<style>
span { border-color: #C05635; }
span { border-color: rgb(192,86,53); }
td.TdClassName
{
border-color: #C05635;
}
.TagClassName
{
border-color: #C05635;
}
</style>